Shades of Burnt Umber #872912
Tints of Burnt Umber #872912
RGB
CMYK
RGB Variations
Color information
#872912 (or 0x872912) is known color: Burnt Umber. HEX triplet: 87, 29 and 12. RGB value is (135,41,18). Sum of RGB (Red+Green+Blue) = 135+41+18=194 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.59% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 18 (7.42% from 255 or 9.28% from 194); Max value from RGB is 135 - color contains mainly: red. Hex color #872912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872912 is #78D6ED. Grayscale: #424242. Windows color (decimal): -7919342 or 1190279. OLE color: 1190279.
HSL color Cylindrical-coordinate representation of color #872912: hue angle of 11.79º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #872912 is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 41 | 18 | - |
| CMYK | 0 | 0.70 | 0.87 | 0.47 |
| HSL | 11.79º | 0.76% | 0.3% | - |
| HSV(B) | 11.79º | 0.87% | 0.53% | - |
| XYZ | 10.89 | 6.78 | 1.31 | - |
| YUV | 66.48 | 100.64 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 41 | 18 | 0 | 0.70 | 0.87 | 0.47 | 11.79 | 0.76 | 0.3 |
| Hex | 87 | 29 | 12 | 0 | 46 | 57 | 2F | C | 4C | 1E |
| Octal | 207 | 51 | 22 | 0 | 106 | 127 | 57 | 14 | 114 | 36 |
| Binary | 10000111 | 101001 | 10010 | 0 | 1000110 | 1010111 | 101111 | 1100 | 1001100 | 11110 |
Color Harmonies of #872912
Complementary color
Monochromatic Colors of #872912
Black with #872912
Text Example
Text Example
White with #872912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872912; }
p { color: rgb(135,41,18); }
H1.HeaderClassName
{
color: #872912;
}
.AnyTagClassName
{
color: #872912;
}
</style>
background-color css
<style>
a { background-color: #872912; }
a { background-color: rgb(135,41,18); }
div.DivClassName
{
background-color: #872912;
}
.BgClassName
{
background-color: #872912;
}
</style>
border-color css
<style>
span { border-color: #872912; }
span { border-color: rgb(135,41,18); }
td.TdClassName
{
border-color: #872912;
}
.TagClassName
{
border-color: #872912;
}
</style>