#533113
a deep, vivid orange · warm · closest name: sienna
RGB
83, 49, 19
HSL
28°, 63%, 20%
CMYK
0, 41, 77, 68
Luminance
0.0408
Every format
| HEX | #533113 |
| RGB | rgb(83, 49, 19) |
| HSL | hsl(28, 63%, 20%) |
| CMYK | cmyk(0%, 41%, 77%, 68%) |
| LAB | lab(23.9 12.4 25.0) |
| LCH | lch(23.9 27.9 63.5) |
| OKLCH | oklch(0.349 0.066 59.3) |
Copy-ready code
/* CSS */
color: #533113;
background-color: #533113;
/* Tailwind (arbitrary) */
class="text-[#533113] bg-[#533113]"
/* SCSS */
$brand: #533113;
/* SwiftUI */
Color(red: 0.325, green: 0.192, blue: 0.075)
/* Android */
Color.parseColor("#533113")Accessibility — WCAG contrast
Aa
#533113 on white: 11.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#533113 on black: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green19.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta41.0%
Yellow77.1%
Key (black)67.5%
Color previews
#533113 text on a black background
contrast 1.82:1
Card sample
#533113 text on a white background
contrast 11.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #533113;
Background color
Panel with #533113 background
background-color: #533113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #533113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 49, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 49, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #533113; background: linear-gradient(135deg, #533113, #4A5313);