Shades of Burnt Umber #872A17
Tints of Burnt Umber #872A17
RGB
CMYK
RGB Variations
Color information
#872A17 (or 0x872A17) is known color: Burnt Umber. HEX triplet: 87, 2A and 17. RGB value is (135,42,23). Sum of RGB (Red+Green+Blue) = 135+42+23=200 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.5% from 200); Green value is 42 (16.80% from 255 or 21% from 200); Blue value is 23 (9.38% from 255 or 11.5% from 200); Max value from RGB is 135 - color contains mainly: red. Hex color #872A17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872A17 is #78D5E8. Grayscale: #434343. Windows color (decimal): -7919081 or 1518215. OLE color: 1518215.
HSL color Cylindrical-coordinate representation of color #872A17: hue angle of 10.18º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #872A17 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 42 | 23 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.47 |
| HSL | 10.18º | 0.71% | 0.31% | - |
| HSV(B) | 10.18º | 0.83% | 0.53% | - |
| XYZ | 10.97 | 6.87 | 1.56 | - |
| YUV | 67.64 | 102.81 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 42 | 23 | 0 | 0.69 | 0.83 | 0.47 | 10.18 | 0.71 | 0.31 |
| Hex | 87 | 2A | 17 | 0 | 45 | 53 | 2F | A | 47 | 1F |
| Octal | 207 | 52 | 27 | 0 | 105 | 123 | 57 | 12 | 107 | 37 |
| Binary | 10000111 | 101010 | 10111 | 0 | 1000101 | 1010011 | 101111 | 1010 | 1000111 | 11111 |
Color Harmonies of #872A17
Complementary color
Monochromatic Colors of #872A17
Black with #872A17
Text Example
Text Example
White with #872A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872A17; }
p { color: rgb(135,42,23); }
H1.HeaderClassName
{
color: #872A17;
}
.AnyTagClassName
{
color: #872A17;
}
</style>
background-color css
<style>
a { background-color: #872A17; }
a { background-color: rgb(135,42,23); }
div.DivClassName
{
background-color: #872A17;
}
.BgClassName
{
background-color: #872A17;
}
</style>
border-color css
<style>
span { border-color: #872A17; }
span { border-color: rgb(135,42,23); }
td.TdClassName
{
border-color: #872A17;
}
.TagClassName
{
border-color: #872A17;
}
</style>