#4b3113
a deep, vivid orange · warm · closest name: sienna
RGB
75, 49, 19
HSL
32°, 60%, 18%
CMYK
0, 35, 75, 71
Luminance
0.0374
Every format
| HEX | #4b3113 |
| RGB | rgb(75, 49, 19) |
| HSL | hsl(32, 60%, 18%) |
| CMYK | cmyk(0%, 35%, 75%, 71%) |
| LAB | lab(22.8 8.4 23.4) |
| LCH | lch(22.8 24.8 70.2) |
| OKLCH | oklch(0.338 0.058 67.4) |
Copy-ready code
/* CSS */
color: #4b3113;
background-color: #4b3113;
/* Tailwind (arbitrary) */
class="text-[#4b3113] bg-[#4b3113]"
/* SCSS */
$brand: #4b3113;
/* SwiftUI */
Color(red: 0.294, green: 0.192, blue: 0.075)
/* Android */
Color.parseColor("#4b3113")Accessibility — WCAG contrast
Aa
#4b3113 on white: 12.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4b3113 on black: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green19.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta34.7%
Yellow74.7%
Key (black)70.6%
Color previews
#4b3113 text on a black background
contrast 1.75:1
Card sample
#4b3113 text on a white background
contrast 12.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b3113;
Background color
Panel with #4b3113 background
background-color: #4b3113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b3113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 49, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 49, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b3113; background: linear-gradient(135deg, #4b3113, #404B13);