Shades of Burnt Umber #87281B
Tints of Burnt Umber #87281B
RGB
CMYK
RGB Variations
Color information
#87281B (or 0x87281B) is known color: Burnt Umber. HEX triplet: 87, 28 and 1B. RGB value is (135,40,27). Sum of RGB (Red+Green+Blue) = 135+40+27=202 (26% of max value = 765). Red value is 135 (53.12% from 255 or 66.83% from 202); Green value is 40 (16.02% from 255 or 19.80% from 202); Blue value is 27 (10.94% from 255 or 13.37% from 202); Max value from RGB is 135 - color contains mainly: red. Hex color #87281B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87281B is #78D7E4. Grayscale: #434343. Windows color (decimal): -7919589 or 1779847. OLE color: 1779847.
HSL color Cylindrical-coordinate representation of color #87281B: hue angle of 7.22º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #87281B is Cyan = 0, Magento = 0.70, Yellow = 0.8 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 40 | 27 | - |
| CMYK | 0 | 0.70 | 0.8 | 0.47 |
| HSL | 7.22º | 0.67% | 0.32% | - |
| HSV(B) | 7.22º | 0.8% | 0.53% | - |
| XYZ | 10.95 | 6.75 | 1.76 | - |
| YUV | 66.92 | 105.47 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 40 | 27 | 0 | 0.70 | 0.8 | 0.47 | 7.22 | 0.67 | 0.32 |
| Hex | 87 | 28 | 1B | 0 | 46 | 50 | 2F | 7 | 43 | 20 |
| Octal | 207 | 50 | 33 | 0 | 106 | 120 | 57 | 7 | 103 | 40 |
| Binary | 10000111 | 101000 | 11011 | 0 | 1000110 | 1010000 | 101111 | 111 | 1000011 | 100000 |
Color Harmonies of #87281B
Complementary color
Monochromatic Colors of #87281B
Black with #87281B
Text Example
Text Example
White with #87281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87281B; }
p { color: rgb(135,40,27); }
H1.HeaderClassName
{
color: #87281B;
}
.AnyTagClassName
{
color: #87281B;
}
</style>
background-color css
<style>
a { background-color: #87281B; }
a { background-color: rgb(135,40,27); }
div.DivClassName
{
background-color: #87281B;
}
.BgClassName
{
background-color: #87281B;
}
</style>
border-color css
<style>
span { border-color: #87281B; }
span { border-color: rgb(135,40,27); }
td.TdClassName
{
border-color: #87281B;
}
.TagClassName
{
border-color: #87281B;
}
</style>