Shades of Burnt Umber #912C10
Tints of Burnt Umber #912C10
RGB
CMYK
RGB Variations
Color information
#912C10 (or 0x912C10) is known color: Burnt Umber. HEX triplet: 91, 2C and 10. RGB value is (145,44,16). Sum of RGB (Red+Green+Blue) = 145+44+16=205 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.73% from 205); Green value is 44 (17.58% from 255 or 21.46% from 205); Blue value is 16 (6.64% from 255 or 7.80% from 205); Max value from RGB is 145 - color contains mainly: red. Hex color #912C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912C10 is #6ED3EF. Grayscale: #474747. Windows color (decimal): -7263216 or 1059985. OLE color: 1059985.
HSL color Cylindrical-coordinate representation of color #912C10: hue angle of 13.02º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #912C10 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 44 | 16 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.43 |
| HSL | 13.02º | 0.8% | 0.32% | - |
| HSV(B) | 13.02º | 0.89% | 0.57% | - |
| XYZ | 12.67 | 7.86 | 1.34 | - |
| YUV | 71.01 | 96.96 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 44 | 16 | 0 | 0.70 | 0.89 | 0.43 | 13.02 | 0.8 | 0.32 |
| Hex | 91 | 2C | 10 | 0 | 46 | 59 | 2B | D | 50 | 20 |
| Octal | 221 | 54 | 20 | 0 | 106 | 131 | 53 | 15 | 120 | 40 |
| Binary | 10010001 | 101100 | 10000 | 0 | 1000110 | 1011001 | 101011 | 1101 | 1010000 | 100000 |
Color Harmonies of #912C10
Complementary color
Monochromatic Colors of #912C10
Black with #912C10
Text Example
Text Example
White with #912C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912C10; }
p { color: rgb(145,44,16); }
H1.HeaderClassName
{
color: #912C10;
}
.AnyTagClassName
{
color: #912C10;
}
</style>
background-color css
<style>
a { background-color: #912C10; }
a { background-color: rgb(145,44,16); }
div.DivClassName
{
background-color: #912C10;
}
.BgClassName
{
background-color: #912C10;
}
</style>
border-color css
<style>
span { border-color: #912C10; }
span { border-color: rgb(145,44,16); }
td.TdClassName
{
border-color: #912C10;
}
.TagClassName
{
border-color: #912C10;
}
</style>