Shades of Burnt Umber #922905
Tints of Burnt Umber #922905
RGB
CMYK
RGB Variations
Color information
#922905 (or 0x922905) is known color: Burnt Umber. HEX triplet: 92, 29 and 05. RGB value is (146,41,5). Sum of RGB (Red+Green+Blue) = 146+41+5=192 (25% of max value = 765). Red value is 146 (57.42% from 255 or 76.04% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 5 (2.34% from 255 or 2.60% from 192); Max value from RGB is 146 - color contains mainly: red. Hex color #922905 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922905 is #6DD6FA. Grayscale: #444444. Windows color (decimal): -7198459 or 338322. OLE color: 338322.
HSL color Cylindrical-coordinate representation of color #922905: hue angle of 15.32º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #922905 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 41 | 5 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.43 |
| HSL | 15.32º | 0.93% | 0.3% | - |
| HSV(B) | 15.32º | 0.97% | 0.57% | - |
| XYZ | 12.67 | 7.71 | 0.96 | - |
| YUV | 68.29 | 92.29 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 41 | 5 | 0 | 0.72 | 0.97 | 0.43 | 15.32 | 0.93 | 0.3 |
| Hex | 92 | 29 | 5 | 0 | 48 | 61 | 2B | F | 5D | 1E |
| Octal | 222 | 51 | 5 | 0 | 110 | 141 | 53 | 17 | 135 | 36 |
| Binary | 10010010 | 101001 | 101 | 0 | 1001000 | 1100001 | 101011 | 1111 | 1011101 | 11110 |
Color Harmonies of #922905
Complementary color
Monochromatic Colors of #922905
Black with #922905
Text Example
Text Example
White with #922905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922905; }
p { color: rgb(146,41,5); }
H1.HeaderClassName
{
color: #922905;
}
.AnyTagClassName
{
color: #922905;
}
</style>
background-color css
<style>
a { background-color: #922905; }
a { background-color: rgb(146,41,5); }
div.DivClassName
{
background-color: #922905;
}
.BgClassName
{
background-color: #922905;
}
</style>
border-color css
<style>
span { border-color: #922905; }
span { border-color: rgb(146,41,5); }
td.TdClassName
{
border-color: #922905;
}
.TagClassName
{
border-color: #922905;
}
</style>