Shades of Burnt Umber #87371E
Tints of Burnt Umber #87371E
RGB
CMYK
RGB Variations
Color information
#87371E (or 0x87371E) is known color: Burnt Umber. HEX triplet: 87, 37 and 1E. RGB value is (135,55,30). Sum of RGB (Red+Green+Blue) = 135+55+30=220 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.36% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 30 (12.11% from 255 or 13.64% from 220); Max value from RGB is 135 - color contains mainly: red. Hex color #87371E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87371E is #78C8E1. Grayscale: #4C4C4C. Windows color (decimal): -7915746 or 1980295. OLE color: 1980295.
HSL color Cylindrical-coordinate representation of color #87371E: hue angle of 14.29º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #87371E is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 55 | 30 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.47 |
| HSL | 14.29º | 0.64% | 0.32% | - |
| HSV(B) | 14.29º | 0.78% | 0.53% | - |
| XYZ | 11.59 | 7.98 | 2.16 | - |
| YUV | 76.07 | 102 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 55 | 30 | 0 | 0.59 | 0.78 | 0.47 | 14.29 | 0.64 | 0.32 |
| Hex | 87 | 37 | 1E | 0 | 3B | 4E | 2F | E | 40 | 20 |
| Octal | 207 | 67 | 36 | 0 | 73 | 116 | 57 | 16 | 100 | 40 |
| Binary | 10000111 | 110111 | 11110 | 0 | 111011 | 1001110 | 101111 | 1110 | 1000000 | 100000 |
Color Harmonies of #87371E
Complementary color
Monochromatic Colors of #87371E
Black with #87371E
Text Example
Text Example
White with #87371E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87371E; }
p { color: rgb(135,55,30); }
H1.HeaderClassName
{
color: #87371E;
}
.AnyTagClassName
{
color: #87371E;
}
</style>
background-color css
<style>
a { background-color: #87371E; }
a { background-color: rgb(135,55,30); }
div.DivClassName
{
background-color: #87371E;
}
.BgClassName
{
background-color: #87371E;
}
</style>
border-color css
<style>
span { border-color: #87371E; }
span { border-color: rgb(135,55,30); }
td.TdClassName
{
border-color: #87371E;
}
.TagClassName
{
border-color: #87371E;
}
</style>