Shades of Burnt Umber #872E27
Tints of Burnt Umber #872E27
RGB
CMYK
RGB Variations
Color information
#872E27 (or 0x872E27) is known color: Burnt Umber. HEX triplet: 87, 2E and 27. RGB value is (135,46,39). Sum of RGB (Red+Green+Blue) = 135+46+39=220 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.36% from 220); Green value is 46 (18.36% from 255 or 20.91% from 220); Blue value is 39 (15.62% from 255 or 17.73% from 220); Max value from RGB is 135 - color contains mainly: red. Hex color #872E27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872E27 is #78D1D8. Grayscale: #474747. Windows color (decimal): -7918041 or 2567815. OLE color: 2567815.
HSL color Cylindrical-coordinate representation of color #872E27: hue angle of 4.38º 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 #872E27 is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 46 | 39 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.47 |
| HSL | 4.38º | 0.55% | 0.34% | - |
| HSV(B) | 4.38º | 0.71% | 0.53% | - |
| XYZ | 11.33 | 7.25 | 2.72 | - |
| YUV | 71.81 | 109.49 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 46 | 39 | 0 | 0.66 | 0.71 | 0.47 | 4.38 | 0.55 | 0.34 |
| Hex | 87 | 2E | 27 | 0 | 42 | 47 | 2F | 4 | 37 | 22 |
| Octal | 207 | 56 | 47 | 0 | 102 | 107 | 57 | 4 | 67 | 42 |
| Binary | 10000111 | 101110 | 100111 | 0 | 1000010 | 1000111 | 101111 | 100 | 110111 | 100010 |
Color Harmonies of #872E27
Complementary color
Monochromatic Colors of #872E27
Black with #872E27
Text Example
Text Example
White with #872E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872E27; }
p { color: rgb(135,46,39); }
H1.HeaderClassName
{
color: #872E27;
}
.AnyTagClassName
{
color: #872E27;
}
</style>
background-color css
<style>
a { background-color: #872E27; }
a { background-color: rgb(135,46,39); }
div.DivClassName
{
background-color: #872E27;
}
.BgClassName
{
background-color: #872E27;
}
</style>
border-color css
<style>
span { border-color: #872E27; }
span { border-color: rgb(135,46,39); }
td.TdClassName
{
border-color: #872E27;
}
.TagClassName
{
border-color: #872E27;
}
</style>