Shades of Burnt Umber #882808
Tints of Burnt Umber #882808
RGB
CMYK
RGB Variations
Color information
#882808 (or 0x882808) is known color: Burnt Umber. HEX triplet: 88, 28 and 08. RGB value is (136,40,8). Sum of RGB (Red+Green+Blue) = 136+40+8=184 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.91% from 184); Green value is 40 (16.02% from 255 or 21.74% from 184); Blue value is 8 (3.52% from 255 or 4.35% from 184); Max value from RGB is 136 - color contains mainly: red. Hex color #882808 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882808 is #77D7F7. Grayscale: #414141. Windows color (decimal): -7854072 or 534664. OLE color: 534664.
HSL color Cylindrical-coordinate representation of color #882808: hue angle of 15º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #882808 is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 40 | 8 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.47 |
| HSL | 15º | 0.89% | 0.28% | - |
| HSV(B) | 15º | 0.94% | 0.53% | - |
| XYZ | 10.96 | 6.77 | 0.96 | - |
| YUV | 65.06 | 95.8 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 40 | 8 | 0 | 0.71 | 0.94 | 0.47 | 15 | 0.89 | 0.28 |
| Hex | 88 | 28 | 8 | 0 | 47 | 5E | 2F | F | 59 | 1C |
| Octal | 210 | 50 | 10 | 0 | 107 | 136 | 57 | 17 | 131 | 34 |
| Binary | 10001000 | 101000 | 1000 | 0 | 1000111 | 1011110 | 101111 | 1111 | 1011001 | 11100 |
Color Harmonies of #882808
Complementary color
Monochromatic Colors of #882808
Black with #882808
Text Example
Text Example
White with #882808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882808; }
p { color: rgb(136,40,8); }
H1.HeaderClassName
{
color: #882808;
}
.AnyTagClassName
{
color: #882808;
}
</style>
background-color css
<style>
a { background-color: #882808; }
a { background-color: rgb(136,40,8); }
div.DivClassName
{
background-color: #882808;
}
.BgClassName
{
background-color: #882808;
}
</style>
border-color css
<style>
span { border-color: #882808; }
span { border-color: rgb(136,40,8); }
td.TdClassName
{
border-color: #882808;
}
.TagClassName
{
border-color: #882808;
}
</style>