Shades of Burnt Umber #872F24
Tints of Burnt Umber #872F24
RGB
CMYK
RGB Variations
Color information
#872F24 (or 0x872F24) is known color: Burnt Umber. HEX triplet: 87, 2F and 24. RGB value is (135,47,36). Sum of RGB (Red+Green+Blue) = 135+47+36=218 (28% of max value = 765). Red value is 135 (53.12% from 255 or 61.93% from 218); Green value is 47 (18.75% from 255 or 21.56% from 218); Blue value is 36 (14.45% from 255 or 16.51% from 218); Max value from RGB is 135 - color contains mainly: red. Hex color #872F24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872F24 is #78D0DB. Grayscale: #484848. Windows color (decimal): -7917788 or 2371463. OLE color: 2371463.
HSL color Cylindrical-coordinate representation of color #872F24: hue angle of 6.67º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #872F24 is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 47 | 36 | - |
| CMYK | 0 | 0.65 | 0.73 | 0.47 |
| HSL | 6.67º | 0.58% | 0.34% | - |
| HSV(B) | 6.67º | 0.73% | 0.53% | - |
| XYZ | 11.33 | 7.31 | 2.48 | - |
| YUV | 72.06 | 107.65 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 47 | 36 | 0 | 0.65 | 0.73 | 0.47 | 6.67 | 0.58 | 0.34 |
| Hex | 87 | 2F | 24 | 0 | 41 | 49 | 2F | 7 | 3A | 22 |
| Octal | 207 | 57 | 44 | 0 | 101 | 111 | 57 | 7 | 72 | 42 |
| Binary | 10000111 | 101111 | 100100 | 0 | 1000001 | 1001001 | 101111 | 111 | 111010 | 100010 |
Color Harmonies of #872F24
Complementary color
Monochromatic Colors of #872F24
Black with #872F24
Text Example
Text Example
White with #872F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872F24; }
p { color: rgb(135,47,36); }
H1.HeaderClassName
{
color: #872F24;
}
.AnyTagClassName
{
color: #872F24;
}
</style>
background-color css
<style>
a { background-color: #872F24; }
a { background-color: rgb(135,47,36); }
div.DivClassName
{
background-color: #872F24;
}
.BgClassName
{
background-color: #872F24;
}
</style>
border-color css
<style>
span { border-color: #872F24; }
span { border-color: rgb(135,47,36); }
td.TdClassName
{
border-color: #872F24;
}
.TagClassName
{
border-color: #872F24;
}
</style>