#672913
a deep, vivid orange · warm · closest name: sienna
RGB
103, 41, 19
HSL
16°, 69%, 24%
CMYK
0, 60, 82, 60
Luminance
0.0452
Every format
| HEX | #672913 |
| RGB | rgb(103, 41, 19) |
| HSL | hsl(16, 69%, 24%) |
| CMYK | cmyk(0%, 60%, 82%, 60%) |
| LAB | lab(25.3 26.4 27.4) |
| LCH | lch(25.3 38.1 46.0) |
| OKLCH | oklch(0.366 0.095 39.2) |
Copy-ready code
/* CSS */
color: #672913;
background-color: #672913;
/* Tailwind (arbitrary) */
class="text-[#672913] bg-[#672913]"
/* SCSS */
$brand: #672913;
/* SwiftUI */
Color(red: 0.404, green: 0.161, blue: 0.075)
/* Android */
Color.parseColor("#672913")Accessibility — WCAG contrast
Aa
#672913 on white: 11.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#672913 on black: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green16.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta60.2%
Yellow81.6%
Key (black)59.6%
Color previews
#672913 text on a black background
contrast 1.90:1
Card sample
#672913 text on a white background
contrast 11.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #672913;
Background color
Panel with #672913 background
background-color: #672913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #672913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 41, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 41, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #672913; background: linear-gradient(135deg, #672913, #676113);