Shades of Burnt Umber #923020
Tints of Burnt Umber #923020
RGB
CMYK
RGB Variations
Color information
#923020 (or 0x923020) is known color: Burnt Umber. HEX triplet: 92, 30 and 20. RGB value is (146,48,32). Sum of RGB (Red+Green+Blue) = 146+48+32=226 (29% of max value = 765). Red value is 146 (57.42% from 255 or 64.60% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 32 (12.89% from 255 or 14.16% from 226); Max value from RGB is 146 - color contains mainly: red. Hex color #923020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923020 is #6DCFDF. Grayscale: #4B4B4B. Windows color (decimal): -7196640 or 2109586. OLE color: 2109586.
HSL color Cylindrical-coordinate representation of color #923020: hue angle of 8.42º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #923020 is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 48 | 32 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.43 |
| HSL | 8.42º | 0.64% | 0.35% | - |
| HSV(B) | 8.42º | 0.78% | 0.57% | - |
| XYZ | 13.17 | 8.33 | 2.28 | - |
| YUV | 75.48 | 103.47 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 48 | 32 | 0 | 0.67 | 0.78 | 0.43 | 8.42 | 0.64 | 0.35 |
| Hex | 92 | 30 | 20 | 0 | 43 | 4E | 2B | 8 | 40 | 23 |
| Octal | 222 | 60 | 40 | 0 | 103 | 116 | 53 | 10 | 100 | 43 |
| Binary | 10010010 | 110000 | 100000 | 0 | 1000011 | 1001110 | 101011 | 1000 | 1000000 | 100011 |
Color Harmonies of #923020
Complementary color
Monochromatic Colors of #923020
Black with #923020
Text Example
Text Example
White with #923020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923020; }
p { color: rgb(146,48,32); }
H1.HeaderClassName
{
color: #923020;
}
.AnyTagClassName
{
color: #923020;
}
</style>
background-color css
<style>
a { background-color: #923020; }
a { background-color: rgb(146,48,32); }
div.DivClassName
{
background-color: #923020;
}
.BgClassName
{
background-color: #923020;
}
</style>
border-color css
<style>
span { border-color: #923020; }
span { border-color: rgb(146,48,32); }
td.TdClassName
{
border-color: #923020;
}
.TagClassName
{
border-color: #923020;
}
</style>