Shades of Burnt Umber #92290B
Tints of Burnt Umber #92290B
RGB
CMYK
RGB Variations
Color information
#92290B (or 0x92290B) is known color: Burnt Umber. HEX triplet: 92, 29 and 0B. RGB value is (146,41,11). Sum of RGB (Red+Green+Blue) = 146+41+11=198 (26% of max value = 765). Red value is 146 (57.42% from 255 or 73.74% from 198); Green value is 41 (16.41% from 255 or 20.71% from 198); Blue value is 11 (4.69% from 255 or 5.56% from 198); Max value from RGB is 146 - color contains mainly: red. Hex color #92290B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #92290B is #6DD6F4. Grayscale: #454545. Windows color (decimal): -7198453 or 731538. OLE color: 731538.
HSL color Cylindrical-coordinate representation of color #92290B: hue angle of 13.33º 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 #92290B is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 41 | 11 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.43 |
| HSL | 13.33º | 0.86% | 0.31% | - |
| HSV(B) | 13.33º | 0.92% | 0.57% | - |
| XYZ | 12.71 | 7.72 | 1.14 | - |
| YUV | 68.98 | 95.29 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 41 | 11 | 0 | 0.72 | 0.92 | 0.43 | 13.33 | 0.86 | 0.31 |
| Hex | 92 | 29 | B | 0 | 48 | 5C | 2B | D | 56 | 1F |
| Octal | 222 | 51 | 13 | 0 | 110 | 134 | 53 | 15 | 126 | 37 |
| Binary | 10010010 | 101001 | 1011 | 0 | 1001000 | 1011100 | 101011 | 1101 | 1010110 | 11111 |
Color Harmonies of #92290B
Complementary color
Monochromatic Colors of #92290B
Black with #92290B
Text Example
Text Example
White with #92290B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92290B; }
p { color: rgb(146,41,11); }
H1.HeaderClassName
{
color: #92290B;
}
.AnyTagClassName
{
color: #92290B;
}
</style>
background-color css
<style>
a { background-color: #92290B; }
a { background-color: rgb(146,41,11); }
div.DivClassName
{
background-color: #92290B;
}
.BgClassName
{
background-color: #92290B;
}
</style>
border-color css
<style>
span { border-color: #92290B; }
span { border-color: rgb(146,41,11); }
td.TdClassName
{
border-color: #92290B;
}
.TagClassName
{
border-color: #92290B;
}
</style>