Shades of Burnt Umber #872F22
Tints of Burnt Umber #872F22
RGB
CMYK
RGB Variations
Color information
#872F22 (or 0x872F22) is known color: Burnt Umber. HEX triplet: 87, 2F and 22. RGB value is (135,47,34). Sum of RGB (Red+Green+Blue) = 135+47+34=216 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.5% from 216); Green value is 47 (18.75% from 255 or 21.76% from 216); Blue value is 34 (13.67% from 255 or 15.74% from 216); Max value from RGB is 135 - color contains mainly: red. Hex color #872F22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872F22 is #78D0DD. Grayscale: #474747. Windows color (decimal): -7917790 or 2240391. OLE color: 2240391.
HSL color Cylindrical-coordinate representation of color #872F22: hue angle of 7.72º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #872F22 is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 47 | 34 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.47 |
| HSL | 7.72º | 0.6% | 0.33% | - |
| HSV(B) | 7.72º | 0.75% | 0.53% | - |
| XYZ | 11.3 | 7.3 | 2.33 | - |
| YUV | 71.83 | 106.65 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 47 | 34 | 0 | 0.65 | 0.75 | 0.47 | 7.72 | 0.6 | 0.33 |
| Hex | 87 | 2F | 22 | 0 | 41 | 4B | 2F | 8 | 3C | 21 |
| Octal | 207 | 57 | 42 | 0 | 101 | 113 | 57 | 10 | 74 | 41 |
| Binary | 10000111 | 101111 | 100010 | 0 | 1000001 | 1001011 | 101111 | 1000 | 111100 | 100001 |
Color Harmonies of #872F22
Complementary color
Monochromatic Colors of #872F22
Black with #872F22
Text Example
Text Example
White with #872F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872F22; }
p { color: rgb(135,47,34); }
H1.HeaderClassName
{
color: #872F22;
}
.AnyTagClassName
{
color: #872F22;
}
</style>
background-color css
<style>
a { background-color: #872F22; }
a { background-color: rgb(135,47,34); }
div.DivClassName
{
background-color: #872F22;
}
.BgClassName
{
background-color: #872F22;
}
</style>
border-color css
<style>
span { border-color: #872F22; }
span { border-color: rgb(135,47,34); }
td.TdClassName
{
border-color: #872F22;
}
.TagClassName
{
border-color: #872F22;
}
</style>