Shades of Burnt Umber #872E0E
Tints of Burnt Umber #872E0E
RGB
CMYK
RGB Variations
Color information
#872E0E (or 0x872E0E) is known color: Burnt Umber. HEX triplet: 87, 2E and 0E. RGB value is (135,46,14). Sum of RGB (Red+Green+Blue) = 135+46+14=195 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.23% from 195); Green value is 46 (18.36% from 255 or 23.59% from 195); Blue value is 14 (5.86% from 255 or 7.18% from 195); Max value from RGB is 135 - color contains mainly: red. Hex color #872E0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872E0E is #78D1F1. Grayscale: #454545. Windows color (decimal): -7918066 or 929415. OLE color: 929415.
HSL color Cylindrical-coordinate representation of color #872E0E: hue angle of 15.87º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #872E0E is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 46 | 14 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.47 |
| HSL | 15.87º | 0.81% | 0.29% | - |
| HSV(B) | 15.87º | 0.9% | 0.53% | - |
| XYZ | 11.05 | 7.14 | 1.21 | - |
| YUV | 68.96 | 96.99 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 46 | 14 | 0 | 0.66 | 0.90 | 0.47 | 15.87 | 0.81 | 0.29 |
| Hex | 87 | 2E | E | 0 | 42 | 5A | 2F | 10 | 51 | 1D |
| Octal | 207 | 56 | 16 | 0 | 102 | 132 | 57 | 20 | 121 | 35 |
| Binary | 10000111 | 101110 | 1110 | 0 | 1000010 | 1011010 | 101111 | 10000 | 1010001 | 11101 |
Color Harmonies of #872E0E
Complementary color
Monochromatic Colors of #872E0E
Black with #872E0E
Text Example
Text Example
White with #872E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872E0E; }
p { color: rgb(135,46,14); }
H1.HeaderClassName
{
color: #872E0E;
}
.AnyTagClassName
{
color: #872E0E;
}
</style>
background-color css
<style>
a { background-color: #872E0E; }
a { background-color: rgb(135,46,14); }
div.DivClassName
{
background-color: #872E0E;
}
.BgClassName
{
background-color: #872E0E;
}
</style>
border-color css
<style>
span { border-color: #872E0E; }
span { border-color: rgb(135,46,14); }
td.TdClassName
{
border-color: #872E0E;
}
.TagClassName
{
border-color: #872E0E;
}
</style>