Shades of Burnt Umber #872D22
Tints of Burnt Umber #872D22
RGB
CMYK
RGB Variations
Color information
#872D22 (or 0x872D22) is known color: Burnt Umber. HEX triplet: 87, 2D and 22. RGB value is (135,45,34). Sum of RGB (Red+Green+Blue) = 135+45+34=214 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.08% from 214); Green value is 45 (17.97% from 255 or 21.03% from 214); Blue value is 34 (13.67% from 255 or 15.89% from 214); Max value from RGB is 135 - color contains mainly: red. Hex color #872D22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872D22 is #78D2DD. Grayscale: #464646. Windows color (decimal): -7918302 or 2239879. OLE color: 2239879.
HSL color Cylindrical-coordinate representation of color #872D22: hue angle of 6.53º 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 #872D22 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 45 | 34 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.47 |
| HSL | 6.53º | 0.6% | 0.33% | - |
| HSV(B) | 6.53º | 0.75% | 0.53% | - |
| XYZ | 11.22 | 7.14 | 2.3 | - |
| YUV | 70.66 | 107.32 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 45 | 34 | 0 | 0.67 | 0.75 | 0.47 | 6.53 | 0.6 | 0.33 |
| Hex | 87 | 2D | 22 | 0 | 43 | 4B | 2F | 7 | 3C | 21 |
| Octal | 207 | 55 | 42 | 0 | 103 | 113 | 57 | 7 | 74 | 41 |
| Binary | 10000111 | 101101 | 100010 | 0 | 1000011 | 1001011 | 101111 | 111 | 111100 | 100001 |
Color Harmonies of #872D22
Complementary color
Monochromatic Colors of #872D22
Black with #872D22
Text Example
Text Example
White with #872D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872D22; }
p { color: rgb(135,45,34); }
H1.HeaderClassName
{
color: #872D22;
}
.AnyTagClassName
{
color: #872D22;
}
</style>
background-color css
<style>
a { background-color: #872D22; }
a { background-color: rgb(135,45,34); }
div.DivClassName
{
background-color: #872D22;
}
.BgClassName
{
background-color: #872D22;
}
</style>
border-color css
<style>
span { border-color: #872D22; }
span { border-color: rgb(135,45,34); }
td.TdClassName
{
border-color: #872D22;
}
.TagClassName
{
border-color: #872D22;
}
</style>