Shades of Burnt Umber #872C27
Tints of Burnt Umber #872C27
RGB
CMYK
RGB Variations
Color information
#872C27 (or 0x872C27) is known color: Burnt Umber. HEX triplet: 87, 2C and 27. RGB value is (135,44,39). Sum of RGB (Red+Green+Blue) = 135+44+39=218 (28% of max value = 765). Red value is 135 (53.12% from 255 or 61.93% from 218); Green value is 44 (17.58% from 255 or 20.18% from 218); Blue value is 39 (15.62% from 255 or 17.89% from 218); Max value from RGB is 135 - color contains mainly: red. Hex color #872C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872C27 is #78D3D8. Grayscale: #464646. Windows color (decimal): -7918553 or 2567303. OLE color: 2567303.
HSL color Cylindrical-coordinate representation of color #872C27: hue angle of 3.12º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #872C27 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 44 | 39 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.47 |
| HSL | 3.13º | 0.55% | 0.34% | - |
| HSV(B) | 3.13º | 0.71% | 0.53% | - |
| XYZ | 11.26 | 7.1 | 2.7 | - |
| YUV | 70.64 | 110.15 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 44 | 39 | 0 | 0.67 | 0.71 | 0.47 | 3.13 | 0.55 | 0.34 |
| Hex | 87 | 2C | 27 | 0 | 43 | 47 | 2F | 3 | 37 | 22 |
| Octal | 207 | 54 | 47 | 0 | 103 | 107 | 57 | 3 | 67 | 42 |
| Binary | 10000111 | 101100 | 100111 | 0 | 1000011 | 1000111 | 101111 | 11 | 110111 | 100010 |
Color Harmonies of #872C27
Complementary color
Monochromatic Colors of #872C27
Black with #872C27
Text Example
Text Example
White with #872C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872C27; }
p { color: rgb(135,44,39); }
H1.HeaderClassName
{
color: #872C27;
}
.AnyTagClassName
{
color: #872C27;
}
</style>
background-color css
<style>
a { background-color: #872C27; }
a { background-color: rgb(135,44,39); }
div.DivClassName
{
background-color: #872C27;
}
.BgClassName
{
background-color: #872C27;
}
</style>
border-color css
<style>
span { border-color: #872C27; }
span { border-color: rgb(135,44,39); }
td.TdClassName
{
border-color: #872C27;
}
.TagClassName
{
border-color: #872C27;
}
</style>