Shades of Burnt Umber #922C0E
Tints of Burnt Umber #922C0E
RGB
CMYK
RGB Variations
Color information
#922C0E (or 0x922C0E) is known color: Burnt Umber. HEX triplet: 92, 2C and 0E. RGB value is (146,44,14). Sum of RGB (Red+Green+Blue) = 146+44+14=204 (27% of max value = 765). Red value is 146 (57.42% from 255 or 71.57% from 204); Green value is 44 (17.58% from 255 or 21.57% from 204); Blue value is 14 (5.86% from 255 or 6.86% from 204); Max value from RGB is 146 - color contains mainly: red. Hex color #922C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922C0E is #6DD3F1. Grayscale: #474747. Windows color (decimal): -7197682 or 928914. OLE color: 928914.
HSL color Cylindrical-coordinate representation of color #922C0E: hue angle of 13.64º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #922C0E is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 44 | 14 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.43 |
| HSL | 13.64º | 0.83% | 0.31% | - |
| HSV(B) | 13.64º | 0.9% | 0.57% | - |
| XYZ | 12.83 | 7.94 | 1.27 | - |
| YUV | 71.08 | 95.79 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 44 | 14 | 0 | 0.70 | 0.90 | 0.43 | 13.64 | 0.83 | 0.31 |
| Hex | 92 | 2C | E | 0 | 46 | 5A | 2B | E | 52 | 1F |
| Octal | 222 | 54 | 16 | 0 | 106 | 132 | 53 | 16 | 122 | 37 |
| Binary | 10010010 | 101100 | 1110 | 0 | 1000110 | 1011010 | 101011 | 1110 | 1010010 | 11111 |
Color Harmonies of #922C0E
Complementary color
Monochromatic Colors of #922C0E
Black with #922C0E
Text Example
Text Example
White with #922C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922C0E; }
p { color: rgb(146,44,14); }
H1.HeaderClassName
{
color: #922C0E;
}
.AnyTagClassName
{
color: #922C0E;
}
</style>
background-color css
<style>
a { background-color: #922C0E; }
a { background-color: rgb(146,44,14); }
div.DivClassName
{
background-color: #922C0E;
}
.BgClassName
{
background-color: #922C0E;
}
</style>
border-color css
<style>
span { border-color: #922C0E; }
span { border-color: rgb(146,44,14); }
td.TdClassName
{
border-color: #922C0E;
}
.TagClassName
{
border-color: #922C0E;
}
</style>