Shades of Onion #49432C
Tints of Onion #49432C
RGB
CMYK
RGB Variations
Color information
#49432C (or 0x49432C) is known color: Onion. HEX triplet: 49, 43 and 2C. RGB value is (73,67,44). Sum of RGB (Red+Green+Blue) = 73+67+44=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 67 (26.56% from 255 or 36.41% from 184); Blue value is 44 (17.58% from 255 or 23.91% from 184); Max value from RGB is 73 - color contains mainly: red. Hex color #49432C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49432C is #B6BCD3. Grayscale: #424242. Windows color (decimal): -11975892 or 2900809. OLE color: 2900809.
HSL color Cylindrical-coordinate representation of color #49432C: hue angle of 47.59º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #49432C is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 67 | 44 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.71 |
| HSL | 47.59º | 0.25% | 0.23% | - |
| HSV(B) | 47.59º | 0.4% | 0.29% | - |
| XYZ | 5.21 | 5.61 | 3.19 | - |
| YUV | 66.17 | 115.49 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 67 | 44 | 0 | 0.08 | 0.40 | 0.71 | 47.59 | 0.25 | 0.23 |
| Hex | 49 | 43 | 2C | 0 | 8 | 28 | 47 | 30 | 19 | 17 |
| Octal | 111 | 103 | 54 | 0 | 10 | 50 | 107 | 60 | 31 | 27 |
| Binary | 1001001 | 1000011 | 101100 | 0 | 1000 | 101000 | 1000111 | 110000 | 11001 | 10111 |
Color Harmonies of #49432C
Complementary color
Monochromatic Colors of #49432C
Black with #49432C
Text Example
Text Example
White with #49432C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49432C; }
p { color: rgb(73,67,44); }
H1.HeaderClassName
{
color: #49432C;
}
.AnyTagClassName
{
color: #49432C;
}
</style>
background-color css
<style>
a { background-color: #49432C; }
a { background-color: rgb(73,67,44); }
div.DivClassName
{
background-color: #49432C;
}
.BgClassName
{
background-color: #49432C;
}
</style>
border-color css
<style>
span { border-color: #49432C; }
span { border-color: rgb(73,67,44); }
td.TdClassName
{
border-color: #49432C;
}
.TagClassName
{
border-color: #49432C;
}
</style>