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