Shades of Burnt Umber #912E16
Tints of Burnt Umber #912E16
RGB
CMYK
RGB Variations
Color information
#912E16 (or 0x912E16) is known color: Burnt Umber. HEX triplet: 91, 2E and 16. RGB value is (145,46,22). Sum of RGB (Red+Green+Blue) = 145+46+22=213 (28% of max value = 765). Red value is 145 (57.03% from 255 or 68.08% from 213); Green value is 46 (18.36% from 255 or 21.60% from 213); Blue value is 22 (8.98% from 255 or 10.33% from 213); Max value from RGB is 145 - color contains mainly: red. Hex color #912E16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912E16 is #6ED1E9. Grayscale: #494949. Windows color (decimal): -7262698 or 1453713. OLE color: 1453713.
HSL color Cylindrical-coordinate representation of color #912E16: hue angle of 11.71º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #912E16 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 46 | 22 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.43 |
| HSL | 11.71º | 0.74% | 0.33% | - |
| HSV(B) | 11.71º | 0.85% | 0.57% | - |
| XYZ | 12.8 | 8.03 | 1.63 | - |
| YUV | 72.87 | 99.3 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 46 | 22 | 0 | 0.68 | 0.85 | 0.43 | 11.71 | 0.74 | 0.33 |
| Hex | 91 | 2E | 16 | 0 | 44 | 55 | 2B | C | 4A | 21 |
| Octal | 221 | 56 | 26 | 0 | 104 | 125 | 53 | 14 | 112 | 41 |
| Binary | 10010001 | 101110 | 10110 | 0 | 1000100 | 1010101 | 101011 | 1100 | 1001010 | 100001 |
Color Harmonies of #912E16
Complementary color
Monochromatic Colors of #912E16
Black with #912E16
Text Example
Text Example
White with #912E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912E16; }
p { color: rgb(145,46,22); }
H1.HeaderClassName
{
color: #912E16;
}
.AnyTagClassName
{
color: #912E16;
}
</style>
background-color css
<style>
a { background-color: #912E16; }
a { background-color: rgb(145,46,22); }
div.DivClassName
{
background-color: #912E16;
}
.BgClassName
{
background-color: #912E16;
}
</style>
border-color css
<style>
span { border-color: #912E16; }
span { border-color: rgb(145,46,22); }
td.TdClassName
{
border-color: #912E16;
}
.TagClassName
{
border-color: #912E16;
}
</style>