Shades of Burnt Umber #872D0E
Tints of Burnt Umber #872D0E
RGB
CMYK
RGB Variations
Color information
#872D0E (or 0x872D0E) is known color: Burnt Umber. HEX triplet: 87, 2D and 0E. RGB value is (135,45,14). Sum of RGB (Red+Green+Blue) = 135+45+14=194 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.59% from 194); Green value is 45 (17.97% from 255 or 23.20% from 194); Blue value is 14 (5.86% from 255 or 7.22% from 194); Max value from RGB is 135 - color contains mainly: red. Hex color #872D0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872D0E is #78D2F1. Grayscale: #444444. Windows color (decimal): -7918322 or 929159. OLE color: 929159.
HSL color Cylindrical-coordinate representation of color #872D0E: hue angle of 15.37º 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 #872D0E is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 45 | 14 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.47 |
| HSL | 15.37º | 0.81% | 0.29% | - |
| HSV(B) | 15.37º | 0.9% | 0.53% | - |
| XYZ | 11.01 | 7.06 | 1.2 | - |
| YUV | 68.38 | 97.32 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 45 | 14 | 0 | 0.67 | 0.90 | 0.47 | 15.37 | 0.81 | 0.29 |
| Hex | 87 | 2D | E | 0 | 43 | 5A | 2F | F | 51 | 1D |
| Octal | 207 | 55 | 16 | 0 | 103 | 132 | 57 | 17 | 121 | 35 |
| Binary | 10000111 | 101101 | 1110 | 0 | 1000011 | 1011010 | 101111 | 1111 | 1010001 | 11101 |
Color Harmonies of #872D0E
Complementary color
Monochromatic Colors of #872D0E
Black with #872D0E
Text Example
Text Example
White with #872D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872D0E; }
p { color: rgb(135,45,14); }
H1.HeaderClassName
{
color: #872D0E;
}
.AnyTagClassName
{
color: #872D0E;
}
</style>
background-color css
<style>
a { background-color: #872D0E; }
a { background-color: rgb(135,45,14); }
div.DivClassName
{
background-color: #872D0E;
}
.BgClassName
{
background-color: #872D0E;
}
</style>
border-color css
<style>
span { border-color: #872D0E; }
span { border-color: rgb(135,45,14); }
td.TdClassName
{
border-color: #872D0E;
}
.TagClassName
{
border-color: #872D0E;
}
</style>