Shades of Burnt Umber #912F16
Tints of Burnt Umber #912F16
RGB
CMYK
RGB Variations
Color information
#912F16 (or 0x912F16) is known color: Burnt Umber. HEX triplet: 91, 2F and 16. RGB value is (145,47,22). Sum of RGB (Red+Green+Blue) = 145+47+22=214 (28% of max value = 765). Red value is 145 (57.03% from 255 or 67.76% from 214); Green value is 47 (18.75% from 255 or 21.96% from 214); Blue value is 22 (8.98% from 255 or 10.28% from 214); Max value from RGB is 145 - color contains mainly: red. Hex color #912F16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912F16 is #6ED0E9. Grayscale: #494949. Windows color (decimal): -7262442 or 1453969. OLE color: 1453969.
HSL color Cylindrical-coordinate representation of color #912F16: hue angle of 12.2º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #912F16 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 47 | 22 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.43 |
| HSL | 12.2º | 0.74% | 0.33% | - |
| HSV(B) | 12.2º | 0.85% | 0.57% | - |
| XYZ | 12.84 | 8.11 | 1.65 | - |
| YUV | 73.45 | 98.97 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 47 | 22 | 0 | 0.68 | 0.85 | 0.43 | 12.2 | 0.74 | 0.33 |
| Hex | 91 | 2F | 16 | 0 | 44 | 55 | 2B | C | 4A | 21 |
| Octal | 221 | 57 | 26 | 0 | 104 | 125 | 53 | 14 | 112 | 41 |
| Binary | 10010001 | 101111 | 10110 | 0 | 1000100 | 1010101 | 101011 | 1100 | 1001010 | 100001 |
Color Harmonies of #912F16
Complementary color
Monochromatic Colors of #912F16
Black with #912F16
Text Example
Text Example
White with #912F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912F16; }
p { color: rgb(145,47,22); }
H1.HeaderClassName
{
color: #912F16;
}
.AnyTagClassName
{
color: #912F16;
}
</style>
background-color css
<style>
a { background-color: #912F16; }
a { background-color: rgb(145,47,22); }
div.DivClassName
{
background-color: #912F16;
}
.BgClassName
{
background-color: #912F16;
}
</style>
border-color css
<style>
span { border-color: #912F16; }
span { border-color: rgb(145,47,22); }
td.TdClassName
{
border-color: #912F16;
}
.TagClassName
{
border-color: #912F16;
}
</style>