Shades of Burnt Umber #912F0D
Tints of Burnt Umber #912F0D
RGB
CMYK
RGB Variations
Color information
#912F0D (or 0x912F0D) is known color: Burnt Umber. HEX triplet: 91, 2F and 0D. RGB value is (145,47,13). Sum of RGB (Red+Green+Blue) = 145+47+13=205 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.73% from 205); Green value is 47 (18.75% from 255 or 22.93% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 145 - color contains mainly: red. Hex color #912F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912F0D is #6ED0F2. Grayscale: #484848. Windows color (decimal): -7262451 or 864145. OLE color: 864145.
HSL color Cylindrical-coordinate representation of color #912F0D: hue angle of 15.45º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #912F0D is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 47 | 13 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.43 |
| HSL | 15.45º | 0.84% | 0.31% | - |
| HSV(B) | 15.45º | 0.91% | 0.57% | - |
| XYZ | 12.77 | 8.08 | 1.27 | - |
| YUV | 72.43 | 94.47 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 47 | 13 | 0 | 0.68 | 0.91 | 0.43 | 15.45 | 0.84 | 0.31 |
| Hex | 91 | 2F | D | 0 | 44 | 5B | 2B | F | 54 | 1F |
| Octal | 221 | 57 | 15 | 0 | 104 | 133 | 53 | 17 | 124 | 37 |
| Binary | 10010001 | 101111 | 1101 | 0 | 1000100 | 1011011 | 101011 | 1111 | 1010100 | 11111 |
Color Harmonies of #912F0D
Complementary color
Monochromatic Colors of #912F0D
Black with #912F0D
Text Example
Text Example
White with #912F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912F0D; }
p { color: rgb(145,47,13); }
H1.HeaderClassName
{
color: #912F0D;
}
.AnyTagClassName
{
color: #912F0D;
}
</style>
background-color css
<style>
a { background-color: #912F0D; }
a { background-color: rgb(145,47,13); }
div.DivClassName
{
background-color: #912F0D;
}
.BgClassName
{
background-color: #912F0D;
}
</style>
border-color css
<style>
span { border-color: #912F0D; }
span { border-color: rgb(145,47,13); }
td.TdClassName
{
border-color: #912F0D;
}
.TagClassName
{
border-color: #912F0D;
}
</style>