#853721
a dark, vivid red · warm · closest name: sienna
RGB
133, 55, 33
HSL
13°, 60%, 33%
CMYK
0, 59, 75, 48
Luminance
0.0783
Every format
| HEX | #853721 |
| RGB | rgb(133, 55, 33) |
| HSL | hsl(13, 60%, 33%) |
| CMYK | cmyk(0%, 59%, 75%, 48%) |
| LAB | lab(33.6 32.1 29.9) |
| LCH | lch(33.6 43.8 43.0) |
| OKLCH | oklch(0.440 0.113 36.5) |
Copy-ready code
/* CSS */
color: #853721;
background-color: #853721;
/* Tailwind (arbitrary) */
class="text-[#853721] bg-[#853721]"
/* SCSS */
$brand: #853721;
/* SwiftUI */
Color(red: 0.522, green: 0.216, blue: 0.129)
/* Android */
Color.parseColor("#853721")Accessibility — WCAG contrast
Aa
#853721 on white: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#853721 on black: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green21.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta58.6%
Yellow75.2%
Key (black)47.8%
Color previews
#853721 text on a black background
contrast 2.57:1
Card sample
#853721 text on a white background
contrast 8.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #853721;
Background color
Panel with #853721 background
background-color: #853721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #853721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 55, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 55, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #853721; background: linear-gradient(135deg, #853721, #857921);