Torso · Furniture · Core

Sitting Eye Height

The height from the sitting surface to the eyes.

SittingEyeHeight

How to measure

Application

Used in vehicle dashboard design, workstation monitor placement, and theatre sightline planning to position displays at the correct height for seated users.

Posture

Sit upright on a firm, flat surface. Look straight ahead at the horizon.

Landmark

Measured from the seat surface to the outer corner of the eye.

Tool

Tape measure.

Assistance

A second person should confirm the head is level and mark the eye height on a wall before measuring.

Common mistake

Looking at a phone or screen tilts the head down and reduces the result. Look straight ahead.

API example

Request a predicted value for a 34-year-old woman at the 50th percentile in the United States. Adjust age, percentile, gender, and country to match your design scenario.

Request
POST https://api.humanform.app/v1/predict
Authorization: Bearer hf_live_...
Content-Type: application/json

{
  "measurement": "SittingEyeHeight",
  "gender": "Female",
  "age": 34,
  "percentile": 5,
  "country": "US",
  "unit": "cm"
}
200 OK
{
  "measurement": "SittingEyeHeight",
  "gender": "Female",
  "country": "US",
  "value": 69,
  "unit": "cm"
}

See design examples for worked scenarios that combine multiple measurements, or read the methodology page for percentile-based design thinking.

Explore the dataset

Humanform covers 148 measurements with country-adjusted predictions and separate female and male profiles. Browse the full inventory or read the API reference for request syntax.