Shades of Burnt Umber #873113
Tints of Burnt Umber #873113
RGB
CMYK
RGB Variations
Color information
#873113 (or 0x873113) is known color: Burnt Umber. HEX triplet: 87, 31 and 13. RGB value is (135,49,19). Sum of RGB (Red+Green+Blue) = 135+49+19=203 (26% of max value = 765). Red value is 135 (53.12% from 255 or 66.50% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 19 (7.81% from 255 or 9.36% from 203); Max value from RGB is 135 - color contains mainly: red. Hex color #873113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873113 is #78CEEC. Grayscale: #474747. Windows color (decimal): -7917293 or 1257863. OLE color: 1257863.
HSL color Cylindrical-coordinate representation of color #873113: hue angle of 15.52º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #873113 is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 49 | 19 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.47 |
| HSL | 15.52º | 0.75% | 0.3% | - |
| HSV(B) | 15.52º | 0.86% | 0.53% | - |
| XYZ | 11.21 | 7.39 | 1.45 | - |
| YUV | 71.29 | 98.49 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 49 | 19 | 0 | 0.64 | 0.86 | 0.47 | 15.52 | 0.75 | 0.3 |
| Hex | 87 | 31 | 13 | 0 | 40 | 56 | 2F | 10 | 4B | 1E |
| Octal | 207 | 61 | 23 | 0 | 100 | 126 | 57 | 20 | 113 | 36 |
| Binary | 10000111 | 110001 | 10011 | 0 | 1000000 | 1010110 | 101111 | 10000 | 1001011 | 11110 |
Color Harmonies of #873113
Complementary color
Monochromatic Colors of #873113
Black with #873113
Text Example
Text Example
White with #873113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873113; }
p { color: rgb(135,49,19); }
H1.HeaderClassName
{
color: #873113;
}
.AnyTagClassName
{
color: #873113;
}
</style>
background-color css
<style>
a { background-color: #873113; }
a { background-color: rgb(135,49,19); }
div.DivClassName
{
background-color: #873113;
}
.BgClassName
{
background-color: #873113;
}
</style>
border-color css
<style>
span { border-color: #873113; }
span { border-color: rgb(135,49,19); }
td.TdClassName
{
border-color: #873113;
}
.TagClassName
{
border-color: #873113;
}
</style>