Shades of Burnt Umber #912C14
Tints of Burnt Umber #912C14
RGB
CMYK
RGB Variations
Color information
#912C14 (or 0x912C14) is known color: Burnt Umber. HEX triplet: 91, 2C and 14. RGB value is (145,44,20). Sum of RGB (Red+Green+Blue) = 145+44+20=209 (27% of max value = 765). Red value is 145 (57.03% from 255 or 69.38% from 209); Green value is 44 (17.58% from 255 or 21.05% from 209); Blue value is 20 (8.20% from 255 or 9.57% from 209); Max value from RGB is 145 - color contains mainly: red. Hex color #912C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912C14 is #6ED3EB. Grayscale: #474747. Windows color (decimal): -7263212 or 1322129. OLE color: 1322129.
HSL color Cylindrical-coordinate representation of color #912C14: hue angle of 11.52º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #912C14 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 44 | 20 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.43 |
| HSL | 11.52º | 0.76% | 0.32% | - |
| HSV(B) | 11.52º | 0.86% | 0.57% | - |
| XYZ | 12.7 | 7.87 | 1.51 | - |
| YUV | 71.46 | 98.96 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 44 | 20 | 0 | 0.70 | 0.86 | 0.43 | 11.52 | 0.76 | 0.32 |
| Hex | 91 | 2C | 14 | 0 | 46 | 56 | 2B | C | 4C | 20 |
| Octal | 221 | 54 | 24 | 0 | 106 | 126 | 53 | 14 | 114 | 40 |
| Binary | 10010001 | 101100 | 10100 | 0 | 1000110 | 1010110 | 101011 | 1100 | 1001100 | 100000 |
Color Harmonies of #912C14
Complementary color
Monochromatic Colors of #912C14
Black with #912C14
Text Example
Text Example
White with #912C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912C14; }
p { color: rgb(145,44,20); }
H1.HeaderClassName
{
color: #912C14;
}
.AnyTagClassName
{
color: #912C14;
}
</style>
background-color css
<style>
a { background-color: #912C14; }
a { background-color: rgb(145,44,20); }
div.DivClassName
{
background-color: #912C14;
}
.BgClassName
{
background-color: #912C14;
}
</style>
border-color css
<style>
span { border-color: #912C14; }
span { border-color: rgb(145,44,20); }
td.TdClassName
{
border-color: #912C14;
}
.TagClassName
{
border-color: #912C14;
}
</style>