Parameter | Value | Copy |
---|---|---|
{{ row.label }} | {{ row.value }} |
Activity | MET | kcal / hr ({{ kgDisplay }} kg) | Copy |
---|---|---|---|
{{ a.label }} | {{ a.met }} | {{ format(a.met * kgDisplay * Number(calorie_factor || 1)) }} |
Calories burned are the energy your body expends during movement, expressed in kilocalories. When people say MET, they mean metabolic equivalent of task, an intensity index that scales energy cost by body mass. Many readers look for a calories burned by activity chart to weigh options before a workout.
You enter body mass, pick an activity with a listed intensity, then add how long you moved. The results show a per‑hour rate in kilocalories and a total for the session, plus a simple view of cumulative burn that increases with time. Comparative rates help you choose activities that align with your goals.
For example, a 70 kg person jogging at a moderate pace for 30 minutes might see about 290 kcal for that session and roughly 581 kcal per hour. Treat results as estimates, since real expenditure varies with technique, terrain, temperature, and physiology. Check that your inputs reflect steady effort rather than brief sprints or long pauses.
Use your current body mass for the clearest picture. If your program assumes a slightly higher metabolic cost, apply a small adjustment factor so the rate matches that convention. Mixed sessions are best handled by running separate estimates and summing the totals.
This tool provides informational estimates and does not substitute professional advice.
The calculator models energy expenditure with metabolic equivalent of task (MET). It converts body mass to kilograms and duration to hours, then multiplies intensity, mass, duration, and an optional adjustment factor. Outputs include a per‑hour rate and a session total. The pipeline is deterministic and client‑side. Charts present cumulative burn over time and comparative per‑hour rates for common activities at the same mass.
Symbol | Meaning | Unit/Datatype | Source |
---|---|---|---|
Activity intensity from the list | number | Constant | |
Body mass | kg | Derived | |
Body mass | lb | Input | |
Duration | h | Derived | |
Duration | min | Input | |
Calorie adjustment factor | number | Input | |
Per‑hour energy rate | kcal / h | Derived | |
Session total energy | kcal | Derived |
toFixed
semantics, which round half values away from zero.Field | Type | Min | Max | Step/Pattern | Error Text | Placeholder |
---|---|---|---|---|---|---|
Weight value | number | 0 | — | — | Enter a positive weight and duration to compute calories. | — |
Weight unit | select | — | — | kg or lb | — | |
Activity | select | — | — | predefined list | — | — |
Duration value | number | 0 | — | — | Enter a positive weight and duration to compute calories. | — |
Duration unit | select | — | — | min or hr | — | — |
Calorie factor | number | 0 | — | step 0.01 | — | — |
Input | Accepted Families | Output | Encoding/Precision | Rounding |
---|---|---|---|---|
Mass, duration, activity, factor | numbers and selects | Rates and totals | 1–2 decimals, locale formatted | Half away from zero |
Export — CSV | table rows | Details or activity rates | Textual CSV; headers included | As displayed |
Export — JSON | inputs, derived, totals, status | Pretty‑printed text | Two‑space indentation | Exact numeric values |
Worked example. Body mass 70 kg; activity MET 8.3; duration 30 min; factor 1.00.
The intensity concept follows the widely used MET convention. An optional “ACSM‑style” adjustment is referenced in the help text to reflect a common kilocalorie rate variant.
Processing is client‑side only. No data is transmitted or stored on a server.
Follow these steps to estimate energy use and export your results.
You now have a clear per‑hour rate and a session total to compare activities or log workouts.
No. Calculations, charts, and exports run in your browser. Nothing is sent to a server.
Copy and downloads write to your clipboard or device.Outputs are based on MET intensity, body mass, duration, and an optional factor. They are estimates and do not account for technique, terrain, environment, or physiology.
Mass accepts kilograms or pounds, duration accepts minutes or hours. Activities include common walking, running, cycling, swimming, rowing, field sports, and everyday tasks with listed intensities.
It scales both the per‑hour rate and the total. A small increase aligns estimates with conventions that assume slightly greater cost.
Yes. You can copy or download a details table, an activity‑rate list, or a JSON payload containing inputs, derived values, totals, and a validity flag.
After the page loads, calculations and exports work in the browser. No sign‑in is required.
Per‑hour rate equals MET times body mass in kilograms times the factor. Session total equals that rate times duration in hours.
Numbers use your locale, so some regions show a comma instead of a dot. JSON uses plain numeric values.