Shades of Onion #494235
Tints of Onion #494235
RGB
CMYK
RGB Variations
Color information
#494235 (or 0x494235) is known color: Onion. HEX triplet: 49, 42 and 35. RGB value is (73,66,53). Sum of RGB (Red+Green+Blue) = 73+66+53=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 53 (21.09% from 255 or 27.60% from 192); Max value from RGB is 73 - color contains mainly: red. Hex color #494235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494235 is #B6BDCA. Grayscale: #424242. Windows color (decimal): -11976139 or 3490377. OLE color: 3490377.
HSL color Cylindrical-coordinate representation of color #494235: hue angle of 39º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #494235 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 66 | 53 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.71 |
| HSL | 39º | 0.16% | 0.25% | - |
| HSV(B) | 39º | 0.27% | 0.29% | - |
| XYZ | 5.34 | 5.57 | 4.16 | - |
| YUV | 66.61 | 120.32 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 66 | 53 | 0 | 0.10 | 0.27 | 0.71 | 39 | 0.16 | 0.25 |
| Hex | 49 | 42 | 35 | 0 | A | 1B | 47 | 27 | 10 | 19 |
| Octal | 111 | 102 | 65 | 0 | 12 | 33 | 107 | 47 | 20 | 31 |
| Binary | 1001001 | 1000010 | 110101 | 0 | 1010 | 11011 | 1000111 | 100111 | 10000 | 11001 |
Color Harmonies of #494235
Complementary color
Monochromatic Colors of #494235
Black with #494235
Text Example
Text Example
White with #494235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494235; }
p { color: rgb(73,66,53); }
H1.HeaderClassName
{
color: #494235;
}
.AnyTagClassName
{
color: #494235;
}
</style>
background-color css
<style>
a { background-color: #494235; }
a { background-color: rgb(73,66,53); }
div.DivClassName
{
background-color: #494235;
}
.BgClassName
{
background-color: #494235;
}
</style>
border-color css
<style>
span { border-color: #494235; }
span { border-color: rgb(73,66,53); }
td.TdClassName
{
border-color: #494235;
}
.TagClassName
{
border-color: #494235;
}
</style>