Shades of Burnt Umber #922C0F
Tints of Burnt Umber #922C0F
RGB
CMYK
RGB Variations
Color information
#922C0F (or 0x922C0F) is known color: Burnt Umber. HEX triplet: 92, 2C and 0F. RGB value is (146,44,15). Sum of RGB (Red+Green+Blue) = 146+44+15=205 (27% of max value = 765). Red value is 146 (57.42% from 255 or 71.22% from 205); Green value is 44 (17.58% from 255 or 21.46% from 205); Blue value is 15 (6.25% from 255 or 7.32% from 205); Max value from RGB is 146 - color contains mainly: red. Hex color #922C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922C0F is #6DD3F0. Grayscale: #474747. Windows color (decimal): -7197681 or 994450. OLE color: 994450.
HSL color Cylindrical-coordinate representation of color #922C0F: hue angle of 13.28º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #922C0F is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 44 | 15 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.43 |
| HSL | 13.28º | 0.81% | 0.32% | - |
| HSV(B) | 13.28º | 0.9% | 0.57% | - |
| XYZ | 12.84 | 7.95 | 1.31 | - |
| YUV | 71.19 | 96.29 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 44 | 15 | 0 | 0.70 | 0.90 | 0.43 | 13.28 | 0.81 | 0.32 |
| Hex | 92 | 2C | F | 0 | 46 | 5A | 2B | D | 51 | 20 |
| Octal | 222 | 54 | 17 | 0 | 106 | 132 | 53 | 15 | 121 | 40 |
| Binary | 10010010 | 101100 | 1111 | 0 | 1000110 | 1011010 | 101011 | 1101 | 1010001 | 100000 |
Color Harmonies of #922C0F
Complementary color
Monochromatic Colors of #922C0F
Black with #922C0F
Text Example
Text Example
White with #922C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922C0F; }
p { color: rgb(146,44,15); }
H1.HeaderClassName
{
color: #922C0F;
}
.AnyTagClassName
{
color: #922C0F;
}
</style>
background-color css
<style>
a { background-color: #922C0F; }
a { background-color: rgb(146,44,15); }
div.DivClassName
{
background-color: #922C0F;
}
.BgClassName
{
background-color: #922C0F;
}
</style>
border-color css
<style>
span { border-color: #922C0F; }
span { border-color: rgb(146,44,15); }
td.TdClassName
{
border-color: #922C0F;
}
.TagClassName
{
border-color: #922C0F;
}
</style>