#893E27 is a mid-toned, warm orange. On the Color Lab it reads organic and grounded, with a faded, vintage edge. It carries a legible label as a UI accent and reproduces cleanly in print.
Not just a swatch — here's how #893E27 works with other colors. Named schemes with #893E27 in its natural role, and a note on why the supporting colors balance it.
This palette keeps Burnt Umber as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Burnt Umber anchors this café scheme as the warm mid-tone, lifted by latte cream and a muted sage accent and grounded by espresso brown and a warm charcoal.
Burnt Umber plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Burnt Umber sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
Burnt Umber is the single accent in this high-contrast editorial system — set on near-white paper against near-black ink, with a warm grey and a desaturated tint of Burnt Umber carrying the quiet middle.
How #893E27 actually behaves in design work — read from its OKLCH lightness, chroma and hue, not just its raw numbers. Ten signals to help you decide where this color earns its place.
Not a swatch to memorise — a color to build with. Here is #893E27 at work across the surfaces designers actually ship.
:root {
--color-base: #893E27;
--color-base-rgb: 137 62 39;
--color-base-oklch: oklch(45.8% 0.109 37.7);
--color-50: #FCF5F3;
--color-100: #F7E4DF;
--color-200: #EDCABF;
--color-300: #DCA493;
--color-400: #C7806B;
--color-500: #AC6049;
--color-600: #844E3E;
--color-700: #5E3B31;
--color-800: #3E2923;
--color-900: #261B17;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
burnt-umber: {
50: '#FCF5F3',
100: '#F7E4DF',
200: '#EDCABF',
300: '#DCA493',
400: '#C7806B',
500: '#AC6049',
600: '#844E3E',
700: '#5E3B31',
800: '#3E2923',
900: '#261B17',
},
}
$base: #893E27; $base-ink: #FFFFFF; $base-50: #FCF5F3; $base-100: #F7E4DF; $base-200: #EDCABF; $base-300: #DCA493; $base-400: #C7806B; $base-500: #AC6049; $base-600: #844E3E; $base-700: #5E3B31; $base-800: #3E2923; $base-900: #261B17; $base-hover: #6F321F; $base-subtle: #E2C2B8;
{
"color": {
"base": {
"value": "#893E27",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FCF5F3",
"type": "color"
},
"100": {
"value": "#F7E4DF",
"type": "color"
},
"200": {
"value": "#EDCABF",
"type": "color"
},
"300": {
"value": "#DCA493",
"type": "color"
},
"400": {
"value": "#C7806B",
"type": "color"
},
"500": {
"value": "#AC6049",
"type": "color"
},
"600": {
"value": "#844E3E",
"type": "color"
},
"700": {
"value": "#5E3B31",
"type": "color"
},
"800": {
"value": "#3E2923",
"type": "color"
},
"900": {
"value": "#261B17",
"type": "color"
}
}
}
}