Shades of Burnt Umber #912905
Tints of Burnt Umber #912905
RGB
CMYK
RGB Variations
Color information
#912905 (or 0x912905) is known color: Burnt Umber. HEX triplet: 91, 29 and 05. RGB value is (145,41,5). Sum of RGB (Red+Green+Blue) = 145+41+5=191 (25% of max value = 765). Red value is 145 (57.03% from 255 or 75.92% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 5 (2.34% from 255 or 2.62% from 191); Max value from RGB is 145 - color contains mainly: red. Hex color #912905 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912905 is #6ED6FA. Grayscale: #444444. Windows color (decimal): -7263995 or 338321. OLE color: 338321.
HSL color Cylindrical-coordinate representation of color #912905: hue angle of 15.43º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #912905 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 41 | 5 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.43 |
| HSL | 15.43º | 0.93% | 0.29% | - |
| HSV(B) | 15.43º | 0.97% | 0.57% | - |
| XYZ | 12.5 | 7.62 | 0.96 | - |
| YUV | 67.99 | 92.46 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 41 | 5 | 0 | 0.72 | 0.97 | 0.43 | 15.43 | 0.93 | 0.29 |
| Hex | 91 | 29 | 5 | 0 | 48 | 61 | 2B | F | 5D | 1D |
| Octal | 221 | 51 | 5 | 0 | 110 | 141 | 53 | 17 | 135 | 35 |
| Binary | 10010001 | 101001 | 101 | 0 | 1001000 | 1100001 | 101011 | 1111 | 1011101 | 11101 |
Color Harmonies of #912905
Complementary color
Monochromatic Colors of #912905
Black with #912905
Text Example
Text Example
White with #912905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912905; }
p { color: rgb(145,41,5); }
H1.HeaderClassName
{
color: #912905;
}
.AnyTagClassName
{
color: #912905;
}
</style>
background-color css
<style>
a { background-color: #912905; }
a { background-color: rgb(145,41,5); }
div.DivClassName
{
background-color: #912905;
}
.BgClassName
{
background-color: #912905;
}
</style>
border-color css
<style>
span { border-color: #912905; }
span { border-color: rgb(145,41,5); }
td.TdClassName
{
border-color: #912905;
}
.TagClassName
{
border-color: #912905;
}
</style>