#995522
a dark, vivid orange · warm · closest name: sienna
RGB
153, 85, 34
HSL
26°, 64%, 37%
CMYK
0, 44, 78, 40
Luminance
0.1338
Every format
| HEX | #995522 |
| RGB | rgb(153, 85, 34) |
| HSL | hsl(26, 64%, 37%) |
| CMYK | cmyk(0%, 44%, 78%, 40%) |
| LAB | lab(43.3 24.1 40.5) |
| LCH | lch(43.3 47.1 59.2) |
| OKLCH | oklch(0.520 0.110 53.9) |
Copy-ready code
/* CSS */
color: #995522;
background-color: #995522;
/* Tailwind (arbitrary) */
class="text-[#995522] bg-[#995522]"
/* SCSS */
$brand: #995522;
/* SwiftUI */
Color(red: 0.600, green: 0.333, blue: 0.133)
/* Android */
Color.parseColor("#995522")Accessibility — WCAG contrast
Aa
#995522 on white: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#995522 on black: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green33.3%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta44.4%
Yellow77.8%
Key (black)40.0%
Color previews
#995522 text on a black background
contrast 3.68:1
Card sample
#995522 text on a white background
contrast 5.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #995522;
Background color
Panel with #995522 background
background-color: #995522;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #995522;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 85, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 85, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #995522; background: linear-gradient(135deg, #995522, #8E9922);