#492b13
a deep, vivid orange · warm · closest name: black
RGB
73, 43, 19
HSL
27°, 59%, 18%
CMYK
0, 41, 74, 71
Luminance
0.0319
Every format
| HEX | #492b13 |
| RGB | rgb(73, 43, 19) |
| HSL | hsl(27, 59%, 18%) |
| CMYK | cmyk(0%, 41%, 74%, 71%) |
| LAB | lab(20.8 11.3 21.1) |
| LCH | lch(20.8 23.9 61.8) |
| OKLCH | oklch(0.321 0.058 57.3) |
Copy-ready code
/* CSS */
color: #492b13;
background-color: #492b13;
/* Tailwind (arbitrary) */
class="text-[#492b13] bg-[#492b13]"
/* SCSS */
$brand: #492b13;
/* SwiftUI */
Color(red: 0.286, green: 0.169, blue: 0.075)
/* Android */
Color.parseColor("#492b13")Accessibility — WCAG contrast
Aa
#492b13 on white: 12.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#492b13 on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green16.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta41.1%
Yellow74.0%
Key (black)71.4%
Color previews
#492b13 text on a black background
contrast 1.64:1
Card sample
#492b13 text on a white background
contrast 12.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #492b13;
Background color
Panel with #492b13 background
background-color: #492b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #492b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 43, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 43, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #492b13; background: linear-gradient(135deg, #492b13, #434913);