#85520b
a dark, electric orange · warm · closest name: sienna
RGB
133, 82, 11
HSL
35°, 85%, 28%
CMYK
0, 38, 92, 48
Luminance
0.1105
Every format
| HEX | #85520b |
| RGB | rgb(133, 82, 11) |
| HSL | hsl(35, 85%, 28%) |
| CMYK | cmyk(0%, 38%, 92%, 48%) |
| LAB | lab(39.7 16.1 45.2) |
| LCH | lch(39.7 48.0 70.5) |
| OKLCH | oklch(0.486 0.103 67.3) |
Copy-ready code
/* CSS */
color: #85520b;
background-color: #85520b;
/* Tailwind (arbitrary) */
class="text-[#85520b] bg-[#85520b]"
/* SCSS */
$brand: #85520b;
/* SwiftUI */
Color(red: 0.522, green: 0.322, blue: 0.043)
/* Android */
Color.parseColor("#85520b")Accessibility — WCAG contrast
Aa
#85520b on white: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#85520b on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green32.2%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta38.3%
Yellow91.7%
Key (black)47.8%
Color previews
#85520b text on a black background
contrast 3.21:1
Card sample
#85520b text on a white background
contrast 6.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85520b;
Background color
Panel with #85520b background
background-color: #85520b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85520b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 82, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 82, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85520b; background: linear-gradient(135deg, #85520b, #67850B);