Shades of Burnt Umber #872D20
Tints of Burnt Umber #872D20
RGB
CMYK
RGB Variations
Color information
#872D20 (or 0x872D20) is known color: Burnt Umber. HEX triplet: 87, 2D and 20. RGB value is (135,45,32). Sum of RGB (Red+Green+Blue) = 135+45+32=212 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.68% from 212); Green value is 45 (17.97% from 255 or 21.23% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 135 - color contains mainly: red. Hex color #872D20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872D20 is #78D2DF. Grayscale: #464646. Windows color (decimal): -7918304 or 2108807. OLE color: 2108807.
HSL color Cylindrical-coordinate representation of color #872D20: hue angle of 7.57º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #872D20 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 45 | 32 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.47 |
| HSL | 7.57º | 0.62% | 0.33% | - |
| HSV(B) | 7.57º | 0.76% | 0.53% | - |
| XYZ | 11.19 | 7.13 | 2.15 | - |
| YUV | 70.43 | 106.32 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 45 | 32 | 0 | 0.67 | 0.76 | 0.47 | 7.57 | 0.62 | 0.33 |
| Hex | 87 | 2D | 20 | 0 | 43 | 4C | 2F | 8 | 3E | 21 |
| Octal | 207 | 55 | 40 | 0 | 103 | 114 | 57 | 10 | 76 | 41 |
| Binary | 10000111 | 101101 | 100000 | 0 | 1000011 | 1001100 | 101111 | 1000 | 111110 | 100001 |
Color Harmonies of #872D20
Complementary color
Monochromatic Colors of #872D20
Black with #872D20
Text Example
Text Example
White with #872D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872D20; }
p { color: rgb(135,45,32); }
H1.HeaderClassName
{
color: #872D20;
}
.AnyTagClassName
{
color: #872D20;
}
</style>
background-color css
<style>
a { background-color: #872D20; }
a { background-color: rgb(135,45,32); }
div.DivClassName
{
background-color: #872D20;
}
.BgClassName
{
background-color: #872D20;
}
</style>
border-color css
<style>
span { border-color: #872D20; }
span { border-color: rgb(135,45,32); }
td.TdClassName
{
border-color: #872D20;
}
.TagClassName
{
border-color: #872D20;
}
</style>