Shades of Burnt Umber #922D0A
Tints of Burnt Umber #922D0A
RGB
CMYK
RGB Variations
Color information
#922D0A (or 0x922D0A) is known color: Burnt Umber. HEX triplet: 92, 2D and 0A. RGB value is (146,45,10). Sum of RGB (Red+Green+Blue) = 146+45+10=201 (26% of max value = 765). Red value is 146 (57.42% from 255 or 72.64% from 201); Green value is 45 (17.97% from 255 or 22.39% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 146 - color contains mainly: red. Hex color #922D0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922D0A is #6DD2F5. Grayscale: #474747. Windows color (decimal): -7197430 or 667026. OLE color: 667026.
HSL color Cylindrical-coordinate representation of color #922D0A: hue angle of 15.44º 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 #922D0A is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 45 | 10 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.43 |
| HSL | 15.44º | 0.87% | 0.31% | - |
| HSV(B) | 15.44º | 0.93% | 0.57% | - |
| XYZ | 12.85 | 8.01 | 1.16 | - |
| YUV | 71.21 | 93.46 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 45 | 10 | 0 | 0.69 | 0.93 | 0.43 | 15.44 | 0.87 | 0.31 |
| Hex | 92 | 2D | A | 0 | 45 | 5D | 2B | F | 57 | 1F |
| Octal | 222 | 55 | 12 | 0 | 105 | 135 | 53 | 17 | 127 | 37 |
| Binary | 10010010 | 101101 | 1010 | 0 | 1000101 | 1011101 | 101011 | 1111 | 1010111 | 11111 |
Color Harmonies of #922D0A
Complementary color
Monochromatic Colors of #922D0A
Black with #922D0A
Text Example
Text Example
White with #922D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922D0A; }
p { color: rgb(146,45,10); }
H1.HeaderClassName
{
color: #922D0A;
}
.AnyTagClassName
{
color: #922D0A;
}
</style>
background-color css
<style>
a { background-color: #922D0A; }
a { background-color: rgb(146,45,10); }
div.DivClassName
{
background-color: #922D0A;
}
.BgClassName
{
background-color: #922D0A;
}
</style>
border-color css
<style>
span { border-color: #922D0A; }
span { border-color: rgb(146,45,10); }
td.TdClassName
{
border-color: #922D0A;
}
.TagClassName
{
border-color: #922D0A;
}
</style>