#852c0b
a dark, electric orange · warm · closest name: maroon
RGB
133, 44, 11
HSL
16°, 85%, 28%
CMYK
0, 67, 92, 48
Luminance
0.0681
Every format
| HEX | #852c0b |
| RGB | rgb(133, 44, 11) |
| HSL | hsl(16, 85%, 28%) |
| CMYK | cmyk(0%, 67%, 92%, 48%) |
| LAB | lab(31.4 36.7 38.8) |
| LCH | lch(31.4 53.4 46.6) |
| OKLCH | oklch(0.422 0.129 38.2) |
Copy-ready code
/* CSS */
color: #852c0b;
background-color: #852c0b;
/* Tailwind (arbitrary) */
class="text-[#852c0b] bg-[#852c0b]"
/* SCSS */
$brand: #852c0b;
/* SwiftUI */
Color(red: 0.522, green: 0.173, blue: 0.043)
/* Android */
Color.parseColor("#852c0b")Accessibility — WCAG contrast
Aa
#852c0b on white: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#852c0b on black: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green17.3%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta66.9%
Yellow91.7%
Key (black)47.8%
Color previews
#852c0b text on a black background
contrast 2.36:1
Card sample
#852c0b text on a white background
contrast 8.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #852c0b;
Background color
Panel with #852c0b background
background-color: #852c0b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #852c0b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 44, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 44, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #852c0b; background: linear-gradient(135deg, #852c0b, #857D0B);