#4b3713
a deep, vivid orange · warm · closest name: sienna
RGB
75, 55, 19
HSL
39°, 60%, 18%
CMYK
0, 27, 75, 71
Luminance
0.0428
Every format
| HEX | #4b3713 |
| RGB | rgb(75, 55, 19) |
| HSL | hsl(39, 60%, 18%) |
| CMYK | cmyk(0%, 27%, 75%, 71%) |
| LAB | lab(24.6 4.5 25.3) |
| LCH | lch(24.6 25.7 79.9) |
| OKLCH | oklch(0.351 0.058 79.4) |
Copy-ready code
/* CSS */
color: #4b3713;
background-color: #4b3713;
/* Tailwind (arbitrary) */
class="text-[#4b3713] bg-[#4b3713]"
/* SCSS */
$brand: #4b3713;
/* SwiftUI */
Color(red: 0.294, green: 0.216, blue: 0.075)
/* Android */
Color.parseColor("#4b3713")Accessibility — WCAG contrast
Aa
#4b3713 on white: 11.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4b3713 on black: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green21.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta26.7%
Yellow74.7%
Key (black)70.6%
Color previews
#4b3713 text on a black background
contrast 1.86:1
Card sample
#4b3713 text on a white background
contrast 11.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b3713;
Background color
Panel with #4b3713 background
background-color: #4b3713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b3713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 55, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 55, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b3713; background: linear-gradient(135deg, #4b3713, #3A4B13);