Shades of Burnt Umber #872C0A
Tints of Burnt Umber #872C0A
RGB
CMYK
RGB Variations
Color information
#872C0A (or 0x872C0A) is known color: Burnt Umber. HEX triplet: 87, 2C and 0A. RGB value is (135,44,10). Sum of RGB (Red+Green+Blue) = 135+44+10=189 (25% of max value = 765). Red value is 135 (53.12% from 255 or 71.43% from 189); Green value is 44 (17.58% from 255 or 23.28% from 189); Blue value is 10 (4.30% from 255 or 5.29% from 189); Max value from RGB is 135 - color contains mainly: red. Hex color #872C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872C0A is #78D3F5. Grayscale: #434343. Windows color (decimal): -7918582 or 666759. OLE color: 666759.
HSL color Cylindrical-coordinate representation of color #872C0A: hue angle of 16.32º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #872C0A is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 44 | 10 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.47 |
| HSL | 16.32º | 0.86% | 0.28% | - |
| HSV(B) | 16.32º | 0.93% | 0.53% | - |
| XYZ | 10.95 | 6.97 | 1.06 | - |
| YUV | 67.33 | 95.65 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 44 | 10 | 0 | 0.67 | 0.93 | 0.47 | 16.32 | 0.86 | 0.28 |
| Hex | 87 | 2C | A | 0 | 43 | 5D | 2F | 10 | 56 | 1C |
| Octal | 207 | 54 | 12 | 0 | 103 | 135 | 57 | 20 | 126 | 34 |
| Binary | 10000111 | 101100 | 1010 | 0 | 1000011 | 1011101 | 101111 | 10000 | 1010110 | 11100 |
Color Harmonies of #872C0A
Complementary color
Monochromatic Colors of #872C0A
Black with #872C0A
Text Example
Text Example
White with #872C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872C0A; }
p { color: rgb(135,44,10); }
H1.HeaderClassName
{
color: #872C0A;
}
.AnyTagClassName
{
color: #872C0A;
}
</style>
background-color css
<style>
a { background-color: #872C0A; }
a { background-color: rgb(135,44,10); }
div.DivClassName
{
background-color: #872C0A;
}
.BgClassName
{
background-color: #872C0A;
}
</style>
border-color css
<style>
span { border-color: #872C0A; }
span { border-color: rgb(135,44,10); }
td.TdClassName
{
border-color: #872C0A;
}
.TagClassName
{
border-color: #872C0A;
}
</style>