Shades of Burnt Umber #922B0A
Tints of Burnt Umber #922B0A
RGB
CMYK
RGB Variations
Color information
#922B0A (or 0x922B0A) is known color: Burnt Umber. HEX triplet: 92, 2B and 0A. RGB value is (146,43,10). Sum of RGB (Red+Green+Blue) = 146+43+10=199 (26% of max value = 765). Red value is 146 (57.42% from 255 or 73.37% from 199); Green value is 43 (17.19% from 255 or 21.61% from 199); Blue value is 10 (4.30% from 255 or 5.03% from 199); Max value from RGB is 146 - color contains mainly: red. Hex color #922B0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922B0A is #6DD4F5. Grayscale: #464646. Windows color (decimal): -7197942 or 666514. OLE color: 666514.
HSL color Cylindrical-coordinate representation of color #922B0A: hue angle of 14.56º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #922B0A is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 43 | 10 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.43 |
| HSL | 14.56º | 0.87% | 0.31% | - |
| HSV(B) | 14.56º | 0.93% | 0.57% | - |
| XYZ | 12.77 | 7.86 | 1.13 | - |
| YUV | 70.04 | 94.12 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 43 | 10 | 0 | 0.71 | 0.93 | 0.43 | 14.56 | 0.87 | 0.31 |
| Hex | 92 | 2B | A | 0 | 47 | 5D | 2B | F | 57 | 1F |
| Octal | 222 | 53 | 12 | 0 | 107 | 135 | 53 | 17 | 127 | 37 |
| Binary | 10010010 | 101011 | 1010 | 0 | 1000111 | 1011101 | 101011 | 1111 | 1010111 | 11111 |
Color Harmonies of #922B0A
Complementary color
Monochromatic Colors of #922B0A
Black with #922B0A
Text Example
Text Example
White with #922B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922B0A; }
p { color: rgb(146,43,10); }
H1.HeaderClassName
{
color: #922B0A;
}
.AnyTagClassName
{
color: #922B0A;
}
</style>
background-color css
<style>
a { background-color: #922B0A; }
a { background-color: rgb(146,43,10); }
div.DivClassName
{
background-color: #922B0A;
}
.BgClassName
{
background-color: #922B0A;
}
</style>
border-color css
<style>
span { border-color: #922B0A; }
span { border-color: rgb(146,43,10); }
td.TdClassName
{
border-color: #922B0A;
}
.TagClassName
{
border-color: #922B0A;
}
</style>