Shades of Burnt Umber #912F0E
Tints of Burnt Umber #912F0E
RGB
CMYK
RGB Variations
Color information
#912F0E (or 0x912F0E) is known color: Burnt Umber. HEX triplet: 91, 2F and 0E. RGB value is (145,47,14). Sum of RGB (Red+Green+Blue) = 145+47+14=206 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.39% from 206); Green value is 47 (18.75% from 255 or 22.82% from 206); Blue value is 14 (5.86% from 255 or 6.80% from 206); Max value from RGB is 145 - color contains mainly: red. Hex color #912F0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912F0E is #6ED0F1. Grayscale: #484848. Windows color (decimal): -7262450 or 929681. OLE color: 929681.
HSL color Cylindrical-coordinate representation of color #912F0E: hue angle of 15.11º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #912F0E is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 47 | 14 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.43 |
| HSL | 15.11º | 0.82% | 0.31% | - |
| HSV(B) | 15.11º | 0.9% | 0.57% | - |
| XYZ | 12.77 | 8.08 | 1.3 | - |
| YUV | 72.54 | 94.97 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 47 | 14 | 0 | 0.68 | 0.90 | 0.43 | 15.11 | 0.82 | 0.31 |
| Hex | 91 | 2F | E | 0 | 44 | 5A | 2B | F | 52 | 1F |
| Octal | 221 | 57 | 16 | 0 | 104 | 132 | 53 | 17 | 122 | 37 |
| Binary | 10010001 | 101111 | 1110 | 0 | 1000100 | 1011010 | 101011 | 1111 | 1010010 | 11111 |
Color Harmonies of #912F0E
Complementary color
Monochromatic Colors of #912F0E
Black with #912F0E
Text Example
Text Example
White with #912F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912F0E; }
p { color: rgb(145,47,14); }
H1.HeaderClassName
{
color: #912F0E;
}
.AnyTagClassName
{
color: #912F0E;
}
</style>
background-color css
<style>
a { background-color: #912F0E; }
a { background-color: rgb(145,47,14); }
div.DivClassName
{
background-color: #912F0E;
}
.BgClassName
{
background-color: #912F0E;
}
</style>
border-color css
<style>
span { border-color: #912F0E; }
span { border-color: rgb(145,47,14); }
td.TdClassName
{
border-color: #912F0E;
}
.TagClassName
{
border-color: #912F0E;
}
</style>