Shades of Onion #494128
Tints of Onion #494128
RGB
CMYK
RGB Variations
Color information
#494128 (or 0x494128) is known color: Onion. HEX triplet: 49, 41 and 28. RGB value is (73,65,40). Sum of RGB (Red+Green+Blue) = 73+65+40=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 40 (16.02% from 255 or 22.47% from 178); Max value from RGB is 73 - color contains mainly: red. Hex color #494128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494128 is #B6BED7. Grayscale: #404040. Windows color (decimal): -11976408 or 2638153. OLE color: 2638153.
HSL color Cylindrical-coordinate representation of color #494128: hue angle of 45.45º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #494128 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 65 | 40 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.71 |
| HSL | 45.45º | 0.29% | 0.22% | - |
| HSV(B) | 45.45º | 0.45% | 0.29% | - |
| XYZ | 5.02 | 5.35 | 2.78 | - |
| YUV | 64.54 | 114.15 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 65 | 40 | 0 | 0.11 | 0.45 | 0.71 | 45.45 | 0.29 | 0.22 |
| Hex | 49 | 41 | 28 | 0 | B | 2D | 47 | 2D | 1D | 16 |
| Octal | 111 | 101 | 50 | 0 | 13 | 55 | 107 | 55 | 35 | 26 |
| Binary | 1001001 | 1000001 | 101000 | 0 | 1011 | 101101 | 1000111 | 101101 | 11101 | 10110 |
Color Harmonies of #494128
Complementary color
Monochromatic Colors of #494128
Black with #494128
Text Example
Text Example
White with #494128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494128; }
p { color: rgb(73,65,40); }
H1.HeaderClassName
{
color: #494128;
}
.AnyTagClassName
{
color: #494128;
}
</style>
background-color css
<style>
a { background-color: #494128; }
a { background-color: rgb(73,65,40); }
div.DivClassName
{
background-color: #494128;
}
.BgClassName
{
background-color: #494128;
}
</style>
border-color css
<style>
span { border-color: #494128; }
span { border-color: rgb(73,65,40); }
td.TdClassName
{
border-color: #494128;
}
.TagClassName
{
border-color: #494128;
}
</style>