Shades of Burnt Umber #872A16
Tints of Burnt Umber #872A16
RGB
CMYK
RGB Variations
Color information
#872A16 (or 0x872A16) is known color: Burnt Umber. HEX triplet: 87, 2A and 16. RGB value is (135,42,22). Sum of RGB (Red+Green+Blue) = 135+42+22=199 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.84% from 199); Green value is 42 (16.80% from 255 or 21.11% from 199); Blue value is 22 (8.98% from 255 or 11.06% from 199); Max value from RGB is 135 - color contains mainly: red. Hex color #872A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872A16 is #78D5E9. Grayscale: #434343. Windows color (decimal): -7919082 or 1452679. OLE color: 1452679.
HSL color Cylindrical-coordinate representation of color #872A16: hue angle of 10.62º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #872A16 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 42 | 22 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.47 |
| HSL | 10.62º | 0.72% | 0.31% | - |
| HSV(B) | 10.62º | 0.84% | 0.53% | - |
| XYZ | 10.96 | 6.86 | 1.51 | - |
| YUV | 67.53 | 102.31 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 42 | 22 | 0 | 0.69 | 0.84 | 0.47 | 10.62 | 0.72 | 0.31 |
| Hex | 87 | 2A | 16 | 0 | 45 | 54 | 2F | B | 48 | 1F |
| Octal | 207 | 52 | 26 | 0 | 105 | 124 | 57 | 13 | 110 | 37 |
| Binary | 10000111 | 101010 | 10110 | 0 | 1000101 | 1010100 | 101111 | 1011 | 1001000 | 11111 |
Color Harmonies of #872A16
Complementary color
Monochromatic Colors of #872A16
Black with #872A16
Text Example
Text Example
White with #872A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872A16; }
p { color: rgb(135,42,22); }
H1.HeaderClassName
{
color: #872A16;
}
.AnyTagClassName
{
color: #872A16;
}
</style>
background-color css
<style>
a { background-color: #872A16; }
a { background-color: rgb(135,42,22); }
div.DivClassName
{
background-color: #872A16;
}
.BgClassName
{
background-color: #872A16;
}
</style>
border-color css
<style>
span { border-color: #872A16; }
span { border-color: rgb(135,42,22); }
td.TdClassName
{
border-color: #872A16;
}
.TagClassName
{
border-color: #872A16;
}
</style>