Coffee mL to Grams
Snapshot
100 milliliters of coffee brewed equals 100 grams. Conversion Encyclopedia keeps one fixed beverage basis on this page so the calculator, common values, and reverse page stay aligned.
- Reference basis: 1 g/mL.
- Example: That same basis keeps the reverse coffee grams-to-mL page aligned.
- Source basis: Brewed coffee density approximate.
Use the interactive calculator below for custom values and the common-value table for quick checks.
Interactive conversion
Converter Calculator
Machine access
Available to apps and AI agents
Coffee mL to Grams can be requested through Conversion Encyclopedia's structured interfaces by software and compatible AI agents. The coffee-brewed identifier tells the conversion engine which ingredient record to use for the same calculation shown by the calculator.
Machine-readable identifiers
- Conversion family
beverage- Source unit
milliliter- Target unit
gram- Ingredient
coffee-brewed
The JSON API and OpenAPI specification use the identifiers to reach the conversion engine. WebMCP lets compatible AI agents request the same calculation.
Example API request and response
POST /api/v1/convertRequest
{
"family": "beverage",
"value": 100,
"from": "milliliter",
"to": "gram",
"material": "coffee-brewed"
}Essential response
{
"ok": true,
"conversion": {
"family": "beverage",
"value": 100,
"from": "milliliter",
"to": "gram",
"result": {
"raw": 100,
"display": "100"
},
"canonicalPath": "/beverage/milliliters-to-grams/coffee-brewed/"
}
}Explanation
This page handles the practical brewed-coffee mL-to-grams question using a simple approximation of about 1 gram per milliliter. That makes it useful for cafe prep, service notes, and recipe work when measured coffee volume needs to be restated as weight.
It supports the same intent behind coffee grams to ml and grams to ml coffee, only in reverse. The result is an approximation for brewed coffee as a liquid, not for beans, grounds, concentrate, or milk-based coffee drinks.
Common Conversion Values
| Milliliters | Grams |
|---|---|
| 1 | 1 |
| 30 | 30 |
| 100 | 100 |
| 250 | 250 |
| 355 | 355 |
| 500 | 500 |
Methodology
Coffee (brewed) density evidence
Coffee (brewed) uses 1 g/mL in this dataset, which is close to the 1 g/mL water reference. Evidence status: medium-confidence. Source basis: Brewed coffee density approximate.
Brand formulation, alcohol or sugar concentration, carbonation, and serving temperature can change the weight of a measured volume. Use this value as a documented reference rather than a producer specification.
Questions & answers
Frequently Asked Questions
How many grams is 100 mL of brewed coffee?
Using the brewed-coffee approximation in this converter, 100 mL of coffee is about 100 grams.
What density of brewed coffee does this page use?
This converter uses an approximate brewed-coffee density of about 1 g/mL.
Is this for brewed coffee or coffee grounds?
It is for brewed coffee as a liquid. Coffee grounds and whole beans need different conversion logic.
Does this use the same assumptions as the grams-to-mL mirror page?
Yes. The mirror page uses the same brewed-coffee approximation, only reversed to estimate milliliters from grams.