Shades of Burnt Umber #872C21
Tints of Burnt Umber #872C21
RGB
CMYK
RGB Variations
Color information
#872C21 (or 0x872C21) is known color: Burnt Umber. HEX triplet: 87, 2C and 21. RGB value is (135,44,33). Sum of RGB (Red+Green+Blue) = 135+44+33=212 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.68% from 212); Green value is 44 (17.58% from 255 or 20.75% from 212); Blue value is 33 (13.28% from 255 or 15.57% from 212); Max value from RGB is 135 - color contains mainly: red. Hex color #872C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872C21 is #78D3DE. Grayscale: #464646. Windows color (decimal): -7918559 or 2174087. OLE color: 2174087.
HSL color Cylindrical-coordinate representation of color #872C21: hue angle of 6.47º degrees, saturation: 0.61, 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 #872C21 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 44 | 33 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.47 |
| HSL | 6.47º | 0.61% | 0.33% | - |
| HSV(B) | 6.47º | 0.76% | 0.53% | - |
| XYZ | 11.17 | 7.06 | 2.21 | - |
| YUV | 69.96 | 107.15 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 44 | 33 | 0 | 0.67 | 0.76 | 0.47 | 6.47 | 0.61 | 0.33 |
| Hex | 87 | 2C | 21 | 0 | 43 | 4C | 2F | 6 | 3D | 21 |
| Octal | 207 | 54 | 41 | 0 | 103 | 114 | 57 | 6 | 75 | 41 |
| Binary | 10000111 | 101100 | 100001 | 0 | 1000011 | 1001100 | 101111 | 110 | 111101 | 100001 |
Color Harmonies of #872C21
Complementary color
Monochromatic Colors of #872C21
Black with #872C21
Text Example
Text Example
White with #872C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872C21; }
p { color: rgb(135,44,33); }
H1.HeaderClassName
{
color: #872C21;
}
.AnyTagClassName
{
color: #872C21;
}
</style>
background-color css
<style>
a { background-color: #872C21; }
a { background-color: rgb(135,44,33); }
div.DivClassName
{
background-color: #872C21;
}
.BgClassName
{
background-color: #872C21;
}
</style>
border-color css
<style>
span { border-color: #872C21; }
span { border-color: rgb(135,44,33); }
td.TdClassName
{
border-color: #872C21;
}
.TagClassName
{
border-color: #872C21;
}
</style>