Shades of Burnt Umber #872808
Tints of Burnt Umber #872808
RGB
CMYK
RGB Variations
Color information
#872808 (or 0x872808) is known color: Burnt Umber. HEX triplet: 87, 28 and 08. RGB value is (135,40,8). Sum of RGB (Red+Green+Blue) = 135+40+8=183 (24% of max value = 765). Red value is 135 (53.12% from 255 or 73.77% from 183); Green value is 40 (16.02% from 255 or 21.86% from 183); Blue value is 8 (3.52% from 255 or 4.37% from 183); Max value from RGB is 135 - color contains mainly: red. Hex color #872808 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872808 is #78D7F7. Grayscale: #404040. Windows color (decimal): -7919608 or 534663. OLE color: 534663.
HSL color Cylindrical-coordinate representation of color #872808: hue angle of 15.12º 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 #872808 is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 40 | 8 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.47 |
| HSL | 15.12º | 0.89% | 0.28% | - |
| HSV(B) | 15.12º | 0.94% | 0.53% | - |
| XYZ | 10.79 | 6.69 | 0.95 | - |
| YUV | 64.76 | 95.97 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 40 | 8 | 0 | 0.70 | 0.94 | 0.47 | 15.12 | 0.89 | 0.28 |
| Hex | 87 | 28 | 8 | 0 | 46 | 5E | 2F | F | 59 | 1C |
| Octal | 207 | 50 | 10 | 0 | 106 | 136 | 57 | 17 | 131 | 34 |
| Binary | 10000111 | 101000 | 1000 | 0 | 1000110 | 1011110 | 101111 | 1111 | 1011001 | 11100 |
Color Harmonies of #872808
Complementary color
Monochromatic Colors of #872808
Black with #872808
Text Example
Text Example
White with #872808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872808; }
p { color: rgb(135,40,8); }
H1.HeaderClassName
{
color: #872808;
}
.AnyTagClassName
{
color: #872808;
}
</style>
background-color css
<style>
a { background-color: #872808; }
a { background-color: rgb(135,40,8); }
div.DivClassName
{
background-color: #872808;
}
.BgClassName
{
background-color: #872808;
}
</style>
border-color css
<style>
span { border-color: #872808; }
span { border-color: rgb(135,40,8); }
td.TdClassName
{
border-color: #872808;
}
.TagClassName
{
border-color: #872808;
}
</style>