Shades of Burnt Umber #912E12
Tints of Burnt Umber #912E12
RGB
CMYK
RGB Variations
Color information
#912E12 (or 0x912E12) is known color: Burnt Umber. HEX triplet: 91, 2E and 12. RGB value is (145,46,18). Sum of RGB (Red+Green+Blue) = 145+46+18=209 (27% of max value = 765). Red value is 145 (57.03% from 255 or 69.38% from 209); Green value is 46 (18.36% from 255 or 22.01% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 145 - color contains mainly: red. Hex color #912E12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912E12 is #6ED1ED. Grayscale: #484848. Windows color (decimal): -7262702 or 1191569. OLE color: 1191569.
HSL color Cylindrical-coordinate representation of color #912E12: hue angle of 13.23º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #912E12 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 46 | 18 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.43 |
| HSL | 13.23º | 0.78% | 0.32% | - |
| HSV(B) | 13.23º | 0.88% | 0.57% | - |
| XYZ | 12.76 | 8.02 | 1.45 | - |
| YUV | 72.41 | 97.3 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 46 | 18 | 0 | 0.68 | 0.88 | 0.43 | 13.23 | 0.78 | 0.32 |
| Hex | 91 | 2E | 12 | 0 | 44 | 58 | 2B | D | 4E | 20 |
| Octal | 221 | 56 | 22 | 0 | 104 | 130 | 53 | 15 | 116 | 40 |
| Binary | 10010001 | 101110 | 10010 | 0 | 1000100 | 1011000 | 101011 | 1101 | 1001110 | 100000 |
Color Harmonies of #912E12
Complementary color
Monochromatic Colors of #912E12
Black with #912E12
Text Example
Text Example
White with #912E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912E12; }
p { color: rgb(145,46,18); }
H1.HeaderClassName
{
color: #912E12;
}
.AnyTagClassName
{
color: #912E12;
}
</style>
background-color css
<style>
a { background-color: #912E12; }
a { background-color: rgb(145,46,18); }
div.DivClassName
{
background-color: #912E12;
}
.BgClassName
{
background-color: #912E12;
}
</style>
border-color css
<style>
span { border-color: #912E12; }
span { border-color: rgb(145,46,18); }
td.TdClassName
{
border-color: #912E12;
}
.TagClassName
{
border-color: #912E12;
}
</style>