Shades of Burnt Umber #922C0B
Tints of Burnt Umber #922C0B
RGB
CMYK
RGB Variations
Color information
#922C0B (or 0x922C0B) is known color: Burnt Umber. HEX triplet: 92, 2C and 0B. RGB value is (146,44,11). Sum of RGB (Red+Green+Blue) = 146+44+11=201 (26% of max value = 765). Red value is 146 (57.42% from 255 or 72.64% from 201); Green value is 44 (17.58% from 255 or 21.89% from 201); Blue value is 11 (4.69% from 255 or 5.47% from 201); Max value from RGB is 146 - color contains mainly: red. Hex color #922C0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922C0B is #6DD3F4. Grayscale: #464646. Windows color (decimal): -7197685 or 732306. OLE color: 732306.
HSL color Cylindrical-coordinate representation of color #922C0B: hue angle of 14.67º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #922C0B is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 44 | 11 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.43 |
| HSL | 14.67º | 0.86% | 0.31% | - |
| HSV(B) | 14.67º | 0.92% | 0.57% | - |
| XYZ | 12.82 | 7.94 | 1.17 | - |
| YUV | 70.74 | 94.29 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 44 | 11 | 0 | 0.70 | 0.92 | 0.43 | 14.67 | 0.86 | 0.31 |
| Hex | 92 | 2C | B | 0 | 46 | 5C | 2B | F | 56 | 1F |
| Octal | 222 | 54 | 13 | 0 | 106 | 134 | 53 | 17 | 126 | 37 |
| Binary | 10010010 | 101100 | 1011 | 0 | 1000110 | 1011100 | 101011 | 1111 | 1010110 | 11111 |
Color Harmonies of #922C0B
Complementary color
Monochromatic Colors of #922C0B
Black with #922C0B
Text Example
Text Example
White with #922C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922C0B; }
p { color: rgb(146,44,11); }
H1.HeaderClassName
{
color: #922C0B;
}
.AnyTagClassName
{
color: #922C0B;
}
</style>
background-color css
<style>
a { background-color: #922C0B; }
a { background-color: rgb(146,44,11); }
div.DivClassName
{
background-color: #922C0B;
}
.BgClassName
{
background-color: #922C0B;
}
</style>
border-color css
<style>
span { border-color: #922C0B; }
span { border-color: rgb(146,44,11); }
td.TdClassName
{
border-color: #922C0B;
}
.TagClassName
{
border-color: #922C0B;
}
</style>