Shades of Onion #494434
Tints of Onion #494434
RGB
CMYK
RGB Variations
Color information
#494434 (or 0x494434) is known color: Onion. HEX triplet: 49, 44 and 34. RGB value is (73,68,52). Sum of RGB (Red+Green+Blue) = 73+68+52=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 52 (20.70% from 255 or 26.94% from 193); Max value from RGB is 73 - color contains mainly: red. Hex color #494434 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494434 is #B6BBCB. Grayscale: #434343. Windows color (decimal): -11975628 or 3425353. OLE color: 3425353.
HSL color Cylindrical-coordinate representation of color #494434: hue angle of 45.71º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #494434 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 68 | 52 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.71 |
| HSL | 45.71º | 0.17% | 0.25% | - |
| HSV(B) | 45.71º | 0.29% | 0.29% | - |
| XYZ | 5.43 | 5.8 | 4.08 | - |
| YUV | 67.67 | 119.16 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 68 | 52 | 0 | 0.07 | 0.29 | 0.71 | 45.71 | 0.17 | 0.25 |
| Hex | 49 | 44 | 34 | 0 | 7 | 1D | 47 | 2E | 11 | 19 |
| Octal | 111 | 104 | 64 | 0 | 7 | 35 | 107 | 56 | 21 | 31 |
| Binary | 1001001 | 1000100 | 110100 | 0 | 111 | 11101 | 1000111 | 101110 | 10001 | 11001 |
Color Harmonies of #494434
Complementary color
Monochromatic Colors of #494434
Black with #494434
Text Example
Text Example
White with #494434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494434; }
p { color: rgb(73,68,52); }
H1.HeaderClassName
{
color: #494434;
}
.AnyTagClassName
{
color: #494434;
}
</style>
background-color css
<style>
a { background-color: #494434; }
a { background-color: rgb(73,68,52); }
div.DivClassName
{
background-color: #494434;
}
.BgClassName
{
background-color: #494434;
}
</style>
border-color css
<style>
span { border-color: #494434; }
span { border-color: rgb(73,68,52); }
td.TdClassName
{
border-color: #494434;
}
.TagClassName
{
border-color: #494434;
}
</style>