#853521
a dark, vivid red · warm · closest name: sienna
RGB
133, 53, 33
HSL
12°, 60%, 33%
CMYK
0, 60, 75, 48
Luminance
0.0764
Every format
| HEX | #853521 |
| RGB | rgb(133, 53, 33) |
| HSL | hsl(12, 60%, 33%) |
| CMYK | cmyk(0%, 60%, 75%, 48%) |
| LAB | lab(33.2 33.1 29.4) |
| LCH | lch(33.2 44.3 41.6) |
| OKLCH | oklch(0.437 0.115 35.2) |
Copy-ready code
/* CSS */
color: #853521;
background-color: #853521;
/* Tailwind (arbitrary) */
class="text-[#853521] bg-[#853521]"
/* SCSS */
$brand: #853521;
/* SwiftUI */
Color(red: 0.522, green: 0.208, blue: 0.129)
/* Android */
Color.parseColor("#853521")Accessibility — WCAG contrast
Aa
#853521 on white: 8.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#853521 on black: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green20.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta60.2%
Yellow75.2%
Key (black)47.8%
Color previews
#853521 text on a black background
contrast 2.53:1
Card sample
#853521 text on a white background
contrast 8.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #853521;
Background color
Panel with #853521 background
background-color: #853521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #853521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 53, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 53, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #853521; background: linear-gradient(135deg, #853521, #857721);