#885b33
a dark, vivid orange · warm · closest name: sienna
RGB
136, 91, 51
HSL
28°, 46%, 37%
CMYK
0, 33, 63, 47
Luminance
0.1296
Every format
| HEX | #885b33 |
| RGB | rgb(136, 91, 51) |
| HSL | hsl(28, 46%, 37%) |
| CMYK | cmyk(0%, 33%, 63%, 47%) |
| LAB | lab(42.7 14.1 30.2) |
| LCH | lch(42.7 33.3 65.0) |
| OKLCH | oklch(0.511 0.081 61.0) |
Copy-ready code
/* CSS */
color: #885b33;
background-color: #885b33;
/* Tailwind (arbitrary) */
class="text-[#885b33] bg-[#885b33]"
/* SCSS */
$brand: #885b33;
/* SwiftUI */
Color(red: 0.533, green: 0.357, blue: 0.200)
/* Android */
Color.parseColor("#885b33")Accessibility — WCAG contrast
Aa
#885b33 on white: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#885b33 on black: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green35.7%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta33.1%
Yellow62.5%
Key (black)46.7%
Color previews
#885b33 text on a black background
contrast 3.59:1
Card sample
#885b33 text on a white background
contrast 5.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #885b33;
Background color
Panel with #885b33 background
background-color: #885b33;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #885b33;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 91, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 91, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #885b33; background: linear-gradient(135deg, #885b33, #7D8833);