Shades of Burnt Umber #913112
Tints of Burnt Umber #913112
RGB
CMYK
RGB Variations
Color information
#913112 (or 0x913112) is known color: Burnt Umber. HEX triplet: 91, 31 and 12. RGB value is (145,49,18). Sum of RGB (Red+Green+Blue) = 145+49+18=212 (28% of max value = 765). Red value is 145 (57.03% from 255 or 68.40% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 145 - color contains mainly: red. Hex color #913112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913112 is #6ECEED. Grayscale: #4A4A4A. Windows color (decimal): -7261934 or 1192337. OLE color: 1192337.
HSL color Cylindrical-coordinate representation of color #913112: hue angle of 14.65º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #913112 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 49 | 18 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.43 |
| HSL | 14.65º | 0.78% | 0.32% | - |
| HSV(B) | 14.65º | 0.88% | 0.57% | - |
| XYZ | 12.88 | 8.26 | 1.49 | - |
| YUV | 74.17 | 96.3 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 49 | 18 | 0 | 0.66 | 0.88 | 0.43 | 14.65 | 0.78 | 0.32 |
| Hex | 91 | 31 | 12 | 0 | 42 | 58 | 2B | F | 4E | 20 |
| Octal | 221 | 61 | 22 | 0 | 102 | 130 | 53 | 17 | 116 | 40 |
| Binary | 10010001 | 110001 | 10010 | 0 | 1000010 | 1011000 | 101011 | 1111 | 1001110 | 100000 |
Color Harmonies of #913112
Complementary color
Monochromatic Colors of #913112
Black with #913112
Text Example
Text Example
White with #913112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913112; }
p { color: rgb(145,49,18); }
H1.HeaderClassName
{
color: #913112;
}
.AnyTagClassName
{
color: #913112;
}
</style>
background-color css
<style>
a { background-color: #913112; }
a { background-color: rgb(145,49,18); }
div.DivClassName
{
background-color: #913112;
}
.BgClassName
{
background-color: #913112;
}
</style>
border-color css
<style>
span { border-color: #913112; }
span { border-color: rgb(145,49,18); }
td.TdClassName
{
border-color: #913112;
}
.TagClassName
{
border-color: #913112;
}
</style>