Shades of Onion #494132
Tints of Onion #494132
RGB
CMYK
RGB Variations
Color information
#494132 (or 0x494132) is known color: Onion. HEX triplet: 49, 41 and 32. RGB value is (73,65,50). Sum of RGB (Red+Green+Blue) = 73+65+50=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 65 (25.78% from 255 or 34.57% from 188); Blue value is 50 (19.92% from 255 or 26.60% from 188); Max value from RGB is 73 - color contains mainly: red. Hex color #494132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494132 is #B6BECD. Grayscale: #414141. Windows color (decimal): -11976398 or 3293513. OLE color: 3293513.
HSL color Cylindrical-coordinate representation of color #494132: hue angle of 39.13º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #494132 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 65 | 50 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.71 |
| HSL | 39.13º | 0.19% | 0.24% | - |
| HSV(B) | 39.13º | 0.32% | 0.29% | - |
| XYZ | 5.21 | 5.43 | 3.79 | - |
| YUV | 65.68 | 119.15 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 65 | 50 | 0 | 0.11 | 0.32 | 0.71 | 39.13 | 0.19 | 0.24 |
| Hex | 49 | 41 | 32 | 0 | B | 20 | 47 | 27 | 13 | 18 |
| Octal | 111 | 101 | 62 | 0 | 13 | 40 | 107 | 47 | 23 | 30 |
| Binary | 1001001 | 1000001 | 110010 | 0 | 1011 | 100000 | 1000111 | 100111 | 10011 | 11000 |
Color Harmonies of #494132
Complementary color
Monochromatic Colors of #494132
Black with #494132
Text Example
Text Example
White with #494132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494132; }
p { color: rgb(73,65,50); }
H1.HeaderClassName
{
color: #494132;
}
.AnyTagClassName
{
color: #494132;
}
</style>
background-color css
<style>
a { background-color: #494132; }
a { background-color: rgb(73,65,50); }
div.DivClassName
{
background-color: #494132;
}
.BgClassName
{
background-color: #494132;
}
</style>
border-color css
<style>
span { border-color: #494132; }
span { border-color: rgb(73,65,50); }
td.TdClassName
{
border-color: #494132;
}
.TagClassName
{
border-color: #494132;
}
</style>