Shades of Burnt Umber #873112
Tints of Burnt Umber #873112
RGB
CMYK
RGB Variations
Color information
#873112 (or 0x873112) is known color: Burnt Umber. HEX triplet: 87, 31 and 12. RGB value is (135,49,18). Sum of RGB (Red+Green+Blue) = 135+49+18=202 (26% of max value = 765). Red value is 135 (53.12% from 255 or 66.83% from 202); Green value is 49 (19.53% from 255 or 24.26% from 202); Blue value is 18 (7.42% from 255 or 8.91% from 202); Max value from RGB is 135 - color contains mainly: red. Hex color #873112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873112 is #78CEED. Grayscale: #474747. Windows color (decimal): -7917294 or 1192327. OLE color: 1192327.
HSL color Cylindrical-coordinate representation of color #873112: hue angle of 15.9º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #873112 is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 49 | 18 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.47 |
| HSL | 15.9º | 0.76% | 0.3% | - |
| HSV(B) | 15.9º | 0.87% | 0.53% | - |
| XYZ | 11.2 | 7.39 | 1.41 | - |
| YUV | 71.18 | 97.99 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 49 | 18 | 0 | 0.64 | 0.87 | 0.47 | 15.9 | 0.76 | 0.3 |
| Hex | 87 | 31 | 12 | 0 | 40 | 57 | 2F | 10 | 4C | 1E |
| Octal | 207 | 61 | 22 | 0 | 100 | 127 | 57 | 20 | 114 | 36 |
| Binary | 10000111 | 110001 | 10010 | 0 | 1000000 | 1010111 | 101111 | 10000 | 1001100 | 11110 |
Color Harmonies of #873112
Complementary color
Monochromatic Colors of #873112
Black with #873112
Text Example
Text Example
White with #873112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873112; }
p { color: rgb(135,49,18); }
H1.HeaderClassName
{
color: #873112;
}
.AnyTagClassName
{
color: #873112;
}
</style>
background-color css
<style>
a { background-color: #873112; }
a { background-color: rgb(135,49,18); }
div.DivClassName
{
background-color: #873112;
}
.BgClassName
{
background-color: #873112;
}
</style>
border-color css
<style>
span { border-color: #873112; }
span { border-color: rgb(135,49,18); }
td.TdClassName
{
border-color: #873112;
}
.TagClassName
{
border-color: #873112;
}
</style>