Shades of Burnt Umber #873213
Tints of Burnt Umber #873213
RGB
CMYK
RGB Variations
Color information
#873213 (or 0x873213) is known color: Burnt Umber. HEX triplet: 87, 32 and 13. RGB value is (135,50,19). Sum of RGB (Red+Green+Blue) = 135+50+19=204 (27% of max value = 765). Red value is 135 (53.12% from 255 or 66.18% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 19 (7.81% from 255 or 9.31% from 204); Max value from RGB is 135 - color contains mainly: red. Hex color #873213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873213 is #78CDEC. Grayscale: #484848. Windows color (decimal): -7917037 or 1258119. OLE color: 1258119.
HSL color Cylindrical-coordinate representation of color #873213: hue angle of 16.03º 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 #873213 is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 50 | 19 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.47 |
| HSL | 16.03º | 0.75% | 0.3% | - |
| HSV(B) | 16.03º | 0.86% | 0.53% | - |
| XYZ | 11.25 | 7.48 | 1.47 | - |
| YUV | 71.88 | 98.16 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 50 | 19 | 0 | 0.63 | 0.86 | 0.47 | 16.03 | 0.75 | 0.3 |
| Hex | 87 | 32 | 13 | 0 | 3F | 56 | 2F | 10 | 4B | 1E |
| Octal | 207 | 62 | 23 | 0 | 77 | 126 | 57 | 20 | 113 | 36 |
| Binary | 10000111 | 110010 | 10011 | 0 | 111111 | 1010110 | 101111 | 10000 | 1001011 | 11110 |
Color Harmonies of #873213
Complementary color
Monochromatic Colors of #873213
Black with #873213
Text Example
Text Example
White with #873213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873213; }
p { color: rgb(135,50,19); }
H1.HeaderClassName
{
color: #873213;
}
.AnyTagClassName
{
color: #873213;
}
</style>
background-color css
<style>
a { background-color: #873213; }
a { background-color: rgb(135,50,19); }
div.DivClassName
{
background-color: #873213;
}
.BgClassName
{
background-color: #873213;
}
</style>
border-color css
<style>
span { border-color: #873213; }
span { border-color: rgb(135,50,19); }
td.TdClassName
{
border-color: #873213;
}
.TagClassName
{
border-color: #873213;
}
</style>