Shades of Burnt Umber #922A0F
Tints of Burnt Umber #922A0F
RGB
CMYK
RGB Variations
Color information
#922A0F (or 0x922A0F) is known color: Burnt Umber. HEX triplet: 92, 2A and 0F. RGB value is (146,42,15). Sum of RGB (Red+Green+Blue) = 146+42+15=203 (26% of max value = 765). Red value is 146 (57.42% from 255 or 71.92% from 203); Green value is 42 (16.80% from 255 or 20.69% from 203); Blue value is 15 (6.25% from 255 or 7.39% from 203); Max value from RGB is 146 - color contains mainly: red. Hex color #922A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922A0F is #6DD5F0. Grayscale: #464646. Windows color (decimal): -7198193 or 993938. OLE color: 993938.
HSL color Cylindrical-coordinate representation of color #922A0F: hue angle of 12.37º 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 #922A0F is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 42 | 15 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.43 |
| HSL | 12.37º | 0.81% | 0.32% | - |
| HSV(B) | 12.37º | 0.9% | 0.57% | - |
| XYZ | 12.77 | 7.8 | 1.28 | - |
| YUV | 70.02 | 96.96 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 42 | 15 | 0 | 0.71 | 0.90 | 0.43 | 12.37 | 0.81 | 0.32 |
| Hex | 92 | 2A | F | 0 | 47 | 5A | 2B | C | 51 | 20 |
| Octal | 222 | 52 | 17 | 0 | 107 | 132 | 53 | 14 | 121 | 40 |
| Binary | 10010010 | 101010 | 1111 | 0 | 1000111 | 1011010 | 101011 | 1100 | 1010001 | 100000 |
Color Harmonies of #922A0F
Complementary color
Monochromatic Colors of #922A0F
Black with #922A0F
Text Example
Text Example
White with #922A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922A0F; }
p { color: rgb(146,42,15); }
H1.HeaderClassName
{
color: #922A0F;
}
.AnyTagClassName
{
color: #922A0F;
}
</style>
background-color css
<style>
a { background-color: #922A0F; }
a { background-color: rgb(146,42,15); }
div.DivClassName
{
background-color: #922A0F;
}
.BgClassName
{
background-color: #922A0F;
}
</style>
border-color css
<style>
span { border-color: #922A0F; }
span { border-color: rgb(146,42,15); }
td.TdClassName
{
border-color: #922A0F;
}
.TagClassName
{
border-color: #922A0F;
}
</style>