Shades of Burnt Umber #912A14
Tints of Burnt Umber #912A14
RGB
CMYK
RGB Variations
Color information
#912A14 (or 0x912A14) is known color: Burnt Umber. HEX triplet: 91, 2A and 14. RGB value is (145,42,20). Sum of RGB (Red+Green+Blue) = 145+42+20=207 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.05% from 207); Green value is 42 (16.80% from 255 or 20.29% from 207); Blue value is 20 (8.20% from 255 or 9.66% from 207); Max value from RGB is 145 - color contains mainly: red. Hex color #912A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912A14 is #6ED5EB. Grayscale: #464646. Windows color (decimal): -7263724 or 1321617. OLE color: 1321617.
HSL color Cylindrical-coordinate representation of color #912A14: hue angle of 10.56º 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 #912A14 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 42 | 20 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.43 |
| HSL | 10.56º | 0.76% | 0.32% | - |
| HSV(B) | 10.56º | 0.86% | 0.57% | - |
| XYZ | 12.63 | 7.73 | 1.49 | - |
| YUV | 70.29 | 99.62 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 42 | 20 | 0 | 0.71 | 0.86 | 0.43 | 10.56 | 0.76 | 0.32 |
| Hex | 91 | 2A | 14 | 0 | 47 | 56 | 2B | B | 4C | 20 |
| Octal | 221 | 52 | 24 | 0 | 107 | 126 | 53 | 13 | 114 | 40 |
| Binary | 10010001 | 101010 | 10100 | 0 | 1000111 | 1010110 | 101011 | 1011 | 1001100 | 100000 |
Color Harmonies of #912A14
Complementary color
Monochromatic Colors of #912A14
Black with #912A14
Text Example
Text Example
White with #912A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912A14; }
p { color: rgb(145,42,20); }
H1.HeaderClassName
{
color: #912A14;
}
.AnyTagClassName
{
color: #912A14;
}
</style>
background-color css
<style>
a { background-color: #912A14; }
a { background-color: rgb(145,42,20); }
div.DivClassName
{
background-color: #912A14;
}
.BgClassName
{
background-color: #912A14;
}
</style>
border-color css
<style>
span { border-color: #912A14; }
span { border-color: rgb(145,42,20); }
td.TdClassName
{
border-color: #912A14;
}
.TagClassName
{
border-color: #912A14;
}
</style>