Shades of Burnt Umber #912C16
Tints of Burnt Umber #912C16
RGB
CMYK
RGB Variations
Color information
#912C16 (or 0x912C16) is known color: Burnt Umber. HEX triplet: 91, 2C and 16. RGB value is (145,44,22). Sum of RGB (Red+Green+Blue) = 145+44+22=211 (27% of max value = 765). Red value is 145 (57.03% from 255 or 68.72% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 22 (8.98% from 255 or 10.43% from 211); Max value from RGB is 145 - color contains mainly: red. Hex color #912C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912C16 is #6ED3E9. Grayscale: #474747. Windows color (decimal): -7263210 or 1453201. OLE color: 1453201.
HSL color Cylindrical-coordinate representation of color #912C16: hue angle of 10.73º 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 #912C16 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 44 | 22 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.43 |
| HSL | 10.73º | 0.74% | 0.33% | - |
| HSV(B) | 10.73º | 0.85% | 0.57% | - |
| XYZ | 12.72 | 7.88 | 1.61 | - |
| YUV | 71.69 | 99.96 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 44 | 22 | 0 | 0.70 | 0.85 | 0.43 | 10.73 | 0.74 | 0.33 |
| Hex | 91 | 2C | 16 | 0 | 46 | 55 | 2B | B | 4A | 21 |
| Octal | 221 | 54 | 26 | 0 | 106 | 125 | 53 | 13 | 112 | 41 |
| Binary | 10010001 | 101100 | 10110 | 0 | 1000110 | 1010101 | 101011 | 1011 | 1001010 | 100001 |
Color Harmonies of #912C16
Complementary color
Monochromatic Colors of #912C16
Black with #912C16
Text Example
Text Example
White with #912C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912C16; }
p { color: rgb(145,44,22); }
H1.HeaderClassName
{
color: #912C16;
}
.AnyTagClassName
{
color: #912C16;
}
</style>
background-color css
<style>
a { background-color: #912C16; }
a { background-color: rgb(145,44,22); }
div.DivClassName
{
background-color: #912C16;
}
.BgClassName
{
background-color: #912C16;
}
</style>
border-color css
<style>
span { border-color: #912C16; }
span { border-color: rgb(145,44,22); }
td.TdClassName
{
border-color: #912C16;
}
.TagClassName
{
border-color: #912C16;
}
</style>