Shades of Burnt Umber #873010
Tints of Burnt Umber #873010
RGB
CMYK
RGB Variations
Color information
#873010 (or 0x873010) is known color: Burnt Umber. HEX triplet: 87, 30 and 10. RGB value is (135,48,16). Sum of RGB (Red+Green+Blue) = 135+48+16=199 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.84% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 16 (6.64% from 255 or 8.04% from 199); Max value from RGB is 135 - color contains mainly: red. Hex color #873010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873010 is #78CFEF. Grayscale: #464646. Windows color (decimal): -7917552 or 1060999. OLE color: 1060999.
HSL color Cylindrical-coordinate representation of color #873010: hue angle of 16.13º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #873010 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 48 | 16 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.47 |
| HSL | 16.13º | 0.79% | 0.3% | - |
| HSV(B) | 16.13º | 0.88% | 0.53% | - |
| XYZ | 11.14 | 7.3 | 1.31 | - |
| YUV | 70.37 | 97.32 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 48 | 16 | 0 | 0.64 | 0.88 | 0.47 | 16.13 | 0.79 | 0.3 |
| Hex | 87 | 30 | 10 | 0 | 40 | 58 | 2F | 10 | 4F | 1E |
| Octal | 207 | 60 | 20 | 0 | 100 | 130 | 57 | 20 | 117 | 36 |
| Binary | 10000111 | 110000 | 10000 | 0 | 1000000 | 1011000 | 101111 | 10000 | 1001111 | 11110 |
Color Harmonies of #873010
Complementary color
Monochromatic Colors of #873010
Black with #873010
Text Example
Text Example
White with #873010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873010; }
p { color: rgb(135,48,16); }
H1.HeaderClassName
{
color: #873010;
}
.AnyTagClassName
{
color: #873010;
}
</style>
background-color css
<style>
a { background-color: #873010; }
a { background-color: rgb(135,48,16); }
div.DivClassName
{
background-color: #873010;
}
.BgClassName
{
background-color: #873010;
}
</style>
border-color css
<style>
span { border-color: #873010; }
span { border-color: rgb(135,48,16); }
td.TdClassName
{
border-color: #873010;
}
.TagClassName
{
border-color: #873010;
}
</style>