Shades of Burnt Umber #873313
Tints of Burnt Umber #873313
RGB
CMYK
RGB Variations
Color information
#873313 (or 0x873313) is known color: Burnt Umber. HEX triplet: 87, 33 and 13. RGB value is (135,51,19). Sum of RGB (Red+Green+Blue) = 135+51+19=205 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.85% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 19 (7.81% from 255 or 9.27% from 205); Max value from RGB is 135 - color contains mainly: red. Hex color #873313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873313 is #78CCEC. Grayscale: #484848. Windows color (decimal): -7916781 or 1258375. OLE color: 1258375.
HSL color Cylindrical-coordinate representation of color #873313: hue angle of 16.55º 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 #873313 is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 51 | 19 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.47 |
| HSL | 16.55º | 0.75% | 0.3% | - |
| HSV(B) | 16.55º | 0.86% | 0.53% | - |
| XYZ | 11.29 | 7.57 | 1.48 | - |
| YUV | 72.47 | 97.83 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 51 | 19 | 0 | 0.62 | 0.86 | 0.47 | 16.55 | 0.75 | 0.3 |
| Hex | 87 | 33 | 13 | 0 | 3E | 56 | 2F | 11 | 4B | 1E |
| Octal | 207 | 63 | 23 | 0 | 76 | 126 | 57 | 21 | 113 | 36 |
| Binary | 10000111 | 110011 | 10011 | 0 | 111110 | 1010110 | 101111 | 10001 | 1001011 | 11110 |
Color Harmonies of #873313
Complementary color
Monochromatic Colors of #873313
Black with #873313
Text Example
Text Example
White with #873313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873313; }
p { color: rgb(135,51,19); }
H1.HeaderClassName
{
color: #873313;
}
.AnyTagClassName
{
color: #873313;
}
</style>
background-color css
<style>
a { background-color: #873313; }
a { background-color: rgb(135,51,19); }
div.DivClassName
{
background-color: #873313;
}
.BgClassName
{
background-color: #873313;
}
</style>
border-color css
<style>
span { border-color: #873313; }
span { border-color: rgb(135,51,19); }
td.TdClassName
{
border-color: #873313;
}
.TagClassName
{
border-color: #873313;
}
</style>