Shades of Burnt Umber #923210
Tints of Burnt Umber #923210
RGB
CMYK
RGB Variations
Color information
#923210 (or 0x923210) is known color: Burnt Umber. HEX triplet: 92, 32 and 10. RGB value is (146,50,16). Sum of RGB (Red+Green+Blue) = 146+50+16=212 (28% of max value = 765). Red value is 146 (57.42% from 255 or 68.87% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 16 (6.64% from 255 or 7.55% from 212); Max value from RGB is 146 - color contains mainly: red. Hex color #923210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #923210 is #6DCDEF. Grayscale: #4B4B4B. Windows color (decimal): -7196144 or 1061522. OLE color: 1061522.
HSL color Cylindrical-coordinate representation of color #923210: hue angle of 15.69º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #923210 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 50 | 16 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.43 |
| HSL | 15.69º | 0.8% | 0.32% | - |
| HSV(B) | 15.69º | 0.89% | 0.57% | - |
| XYZ | 13.09 | 8.43 | 1.43 | - |
| YUV | 74.83 | 94.8 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 50 | 16 | 0 | 0.66 | 0.89 | 0.43 | 15.69 | 0.8 | 0.32 |
| Hex | 92 | 32 | 10 | 0 | 42 | 59 | 2B | 10 | 50 | 20 |
| Octal | 222 | 62 | 20 | 0 | 102 | 131 | 53 | 20 | 120 | 40 |
| Binary | 10010010 | 110010 | 10000 | 0 | 1000010 | 1011001 | 101011 | 10000 | 1010000 | 100000 |
Color Harmonies of #923210
Complementary color
Monochromatic Colors of #923210
Black with #923210
Text Example
Text Example
White with #923210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923210; }
p { color: rgb(146,50,16); }
H1.HeaderClassName
{
color: #923210;
}
.AnyTagClassName
{
color: #923210;
}
</style>
background-color css
<style>
a { background-color: #923210; }
a { background-color: rgb(146,50,16); }
div.DivClassName
{
background-color: #923210;
}
.BgClassName
{
background-color: #923210;
}
</style>
border-color css
<style>
span { border-color: #923210; }
span { border-color: rgb(146,50,16); }
td.TdClassName
{
border-color: #923210;
}
.TagClassName
{
border-color: #923210;
}
</style>