Coffee Grams to mL
Snapshot
100 grams of coffee brewed equals 100 milliliters. 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 also keeps the mirror coffee mL-to-grams 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 Grams to mL 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
gram- Target unit
milliliter- 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": "gram",
"to": "milliliter",
"material": "coffee-brewed"
}Essential response
{
"ok": true,
"conversion": {
"family": "beverage",
"value": 100,
"from": "gram",
"to": "milliliter",
"result": {
"raw": 100,
"display": "100"
},
"canonicalPath": "/beverage/grams-to-milliliters/coffee-brewed/"
}
}Explanation
This page handles the practical coffee grams-to-mL question using a simple brewed-coffee density approximation of about 1 gram per milliliter. That makes it useful for cafe prep, service notes, and recipe work when brewed coffee weight needs to be restated as measured liquid volume.
It covers the real search pattern behind queries like coffee grams to ml and grams to ml coffee. The result is an approximation for brewed coffee, not a rule for beans, grounds, concentrate, or milk-based coffee drinks.
Common Conversion Values
| Grams | Milliliters |
|---|---|
| 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 milliliters is 100 grams of coffee?
Using the brewed-coffee approximation in this converter, 100 grams of coffee is about 100 mL.
Does this answer coffee grams to mL?
Yes. This page answers brewed coffee grams-to-mL questions using an approximate 1 g/mL basis.
Is this for brewed coffee or coffee grounds?
It is for brewed coffee as a liquid. Coffee grounds and whole beans do not use the same grams-to-volume relationship.
Does the mirror page use the same assumptions?
Yes. The mirror brewed-coffee mL-to-grams page uses the same 1 g/mL approximation in the opposite direction.