Shades of Burnt Umber #912C09
Tints of Burnt Umber #912C09
RGB
CMYK
RGB Variations
Color information
#912C09 (or 0x912C09) is known color: Burnt Umber. HEX triplet: 91, 2C and 09. RGB value is (145,44,9). Sum of RGB (Red+Green+Blue) = 145+44+9=198 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.23% from 198); Green value is 44 (17.58% from 255 or 22.22% from 198); Blue value is 9 (3.91% from 255 or 4.55% from 198); Max value from RGB is 145 - color contains mainly: red. Hex color #912C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912C09 is #6ED3F6. Grayscale: #464646. Windows color (decimal): -7263223 or 601233. OLE color: 601233.
HSL color Cylindrical-coordinate representation of color #912C09: hue angle of 15.44º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #912C09 is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 44 | 9 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.43 |
| HSL | 15.44º | 0.88% | 0.3% | - |
| HSV(B) | 15.44º | 0.94% | 0.57% | - |
| XYZ | 12.63 | 7.84 | 1.11 | - |
| YUV | 70.21 | 93.46 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 44 | 9 | 0 | 0.70 | 0.94 | 0.43 | 15.44 | 0.88 | 0.3 |
| Hex | 91 | 2C | 9 | 0 | 46 | 5E | 2B | F | 58 | 1E |
| Octal | 221 | 54 | 11 | 0 | 106 | 136 | 53 | 17 | 130 | 36 |
| Binary | 10010001 | 101100 | 1001 | 0 | 1000110 | 1011110 | 101011 | 1111 | 1011000 | 11110 |
Color Harmonies of #912C09
Complementary color
Monochromatic Colors of #912C09
Black with #912C09
Text Example
Text Example
White with #912C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912C09; }
p { color: rgb(145,44,9); }
H1.HeaderClassName
{
color: #912C09;
}
.AnyTagClassName
{
color: #912C09;
}
</style>
background-color css
<style>
a { background-color: #912C09; }
a { background-color: rgb(145,44,9); }
div.DivClassName
{
background-color: #912C09;
}
.BgClassName
{
background-color: #912C09;
}
</style>
border-color css
<style>
span { border-color: #912C09; }
span { border-color: rgb(145,44,9); }
td.TdClassName
{
border-color: #912C09;
}
.TagClassName
{
border-color: #912C09;
}
</style>