Sienna (#882D17)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 8.63:1 — vs black: 2.43:1
Color values
-
HEX
#882D17 -
RGB
rgb(136, 45, 23) -
HSL
hsl(11, 83%, 53%) -
CMYK
cmyk( 0, 66.91, 83.09, 46.67 ) -
Websafe
#993300
Tags
Style
Use case
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #882D17 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#882D17
Base
#177288
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#882D17
Base
#88173A
#886617
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#882D17
Base
#17882D
#2D1788
Two colors flanking the complement — high contrast with less tension than full complementary.
#882D17
Base
#178866
#173A88
Four colors at 90° intervals — rich variety, best when one color dominates.
#882D17
Base
#3A8817
#177288
#661788
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#882D17
Base
#160704
#47170C
#652111
#AB391D
#C94322
#E27156
Darker shades and lighter tints of Sienna, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#160704
#2D0F08
#43160B
#5A1E0F
#712513
#882D17
Base
#C03F20
#DF6142
#E88F7A
#F2BEB2
#FBEDE9
Ready-to-use code snippets for #882D17. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #882D17;
}
/* Text */
.element {
color: #882D17;
}
/* Border */
.element {
border: 1px solid #882D17;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#882D17,
#25C4EB
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#882D17,
#25C4EB
);
}
// SCSS variable
$sienna: #882D17;
// With RGB channels (useful for rgba() usage)
$sienna-r: 136;
$sienna-g: 45;
$sienna-b: 23;
// Usage
.element {
background-color: $sienna;
color: rgba($sienna-r, $sienna-g, $sienna-b, 0.8);
}
How Sienna appears to people with different types of color vision deficiency.
#882D17
How the color appears with full color vision.
#55550C
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#3F3F19
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#892B2B
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#4C4C4C
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.