Shades of Burnt Umber #882E20
Tints of Burnt Umber #882E20
RGB
CMYK
RGB Variations
Color information
#882E20 (or 0x882E20) is known color: Burnt Umber. HEX triplet: 88, 2E and 20. RGB value is (136,46,32). Sum of RGB (Red+Green+Blue) = 136+46+32=214 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.55% from 214); Green value is 46 (18.36% from 255 or 21.50% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 136 - color contains mainly: red. Hex color #882E20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882E20 is #77D1DF. Grayscale: #474747. Windows color (decimal): -7852512 or 2109064. OLE color: 2109064.
HSL color Cylindrical-coordinate representation of color #882E20: hue angle of 8.08º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882E20 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 46 | 32 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.47 |
| HSL | 8.08º | 0.62% | 0.33% | - |
| HSV(B) | 8.08º | 0.76% | 0.53% | - |
| XYZ | 11.39 | 7.29 | 2.17 | - |
| YUV | 71.31 | 105.82 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 46 | 32 | 0 | 0.66 | 0.76 | 0.47 | 8.08 | 0.62 | 0.33 |
| Hex | 88 | 2E | 20 | 0 | 42 | 4C | 2F | 8 | 3E | 21 |
| Octal | 210 | 56 | 40 | 0 | 102 | 114 | 57 | 10 | 76 | 41 |
| Binary | 10001000 | 101110 | 100000 | 0 | 1000010 | 1001100 | 101111 | 1000 | 111110 | 100001 |
Color Harmonies of #882E20
Complementary color
Monochromatic Colors of #882E20
Black with #882E20
Text Example
Text Example
White with #882E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882E20; }
p { color: rgb(136,46,32); }
H1.HeaderClassName
{
color: #882E20;
}
.AnyTagClassName
{
color: #882E20;
}
</style>
background-color css
<style>
a { background-color: #882E20; }
a { background-color: rgb(136,46,32); }
div.DivClassName
{
background-color: #882E20;
}
.BgClassName
{
background-color: #882E20;
}
</style>
border-color css
<style>
span { border-color: #882E20; }
span { border-color: rgb(136,46,32); }
td.TdClassName
{
border-color: #882E20;
}
.TagClassName
{
border-color: #882E20;
}
</style>