Shades of Onion #49422D
Tints of Onion #49422D
RGB
CMYK
RGB Variations
Color information
#49422D (or 0x49422D) is known color: Onion. HEX triplet: 49, 42 and 2D. RGB value is (73,66,45). Sum of RGB (Red+Green+Blue) = 73+66+45=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 45 (17.97% from 255 or 24.46% from 184); Max value from RGB is 73 - color contains mainly: red. Hex color #49422D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49422D is #B6BDD2. Grayscale: #414141. Windows color (decimal): -11976147 or 2966089. OLE color: 2966089.
HSL color Cylindrical-coordinate representation of color #49422D: hue angle of 45º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #49422D is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 66 | 45 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.71 |
| HSL | 45º | 0.24% | 0.23% | - |
| HSV(B) | 45º | 0.38% | 0.29% | - |
| XYZ | 5.17 | 5.5 | 3.27 | - |
| YUV | 65.7 | 116.32 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 66 | 45 | 0 | 0.10 | 0.38 | 0.71 | 45 | 0.24 | 0.23 |
| Hex | 49 | 42 | 2D | 0 | A | 26 | 47 | 2D | 18 | 17 |
| Octal | 111 | 102 | 55 | 0 | 12 | 46 | 107 | 55 | 30 | 27 |
| Binary | 1001001 | 1000010 | 101101 | 0 | 1010 | 100110 | 1000111 | 101101 | 11000 | 10111 |
Color Harmonies of #49422D
Complementary color
Monochromatic Colors of #49422D
Black with #49422D
Text Example
Text Example
White with #49422D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49422D; }
p { color: rgb(73,66,45); }
H1.HeaderClassName
{
color: #49422D;
}
.AnyTagClassName
{
color: #49422D;
}
</style>
background-color css
<style>
a { background-color: #49422D; }
a { background-color: rgb(73,66,45); }
div.DivClassName
{
background-color: #49422D;
}
.BgClassName
{
background-color: #49422D;
}
</style>
border-color css
<style>
span { border-color: #49422D; }
span { border-color: rgb(73,66,45); }
td.TdClassName
{
border-color: #49422D;
}
.TagClassName
{
border-color: #49422D;
}
</style>