Shades of Onion #49432F
Tints of Onion #49432F
RGB
CMYK
RGB Variations
Color information
#49432F (or 0x49432F) is known color: Onion. HEX triplet: 49, 43 and 2F. RGB value is (73,67,47). Sum of RGB (Red+Green+Blue) = 73+67+47=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 67 (26.56% from 255 or 35.83% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 73 - color contains mainly: red. Hex color #49432F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49432F is #B6BCD0. Grayscale: #424242. Windows color (decimal): -11975889 or 3097417. OLE color: 3097417.
HSL color Cylindrical-coordinate representation of color #49432F: hue angle of 46.15º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #49432F is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 67 | 47 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.71 |
| HSL | 46.15º | 0.22% | 0.24% | - |
| HSV(B) | 46.15º | 0.36% | 0.29% | - |
| XYZ | 5.27 | 5.64 | 3.5 | - |
| YUV | 66.51 | 116.99 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 67 | 47 | 0 | 0.08 | 0.36 | 0.71 | 46.15 | 0.22 | 0.24 |
| Hex | 49 | 43 | 2F | 0 | 8 | 24 | 47 | 2E | 16 | 18 |
| Octal | 111 | 103 | 57 | 0 | 10 | 44 | 107 | 56 | 26 | 30 |
| Binary | 1001001 | 1000011 | 101111 | 0 | 1000 | 100100 | 1000111 | 101110 | 10110 | 11000 |
Color Harmonies of #49432F
Complementary color
Monochromatic Colors of #49432F
Black with #49432F
Text Example
Text Example
White with #49432F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49432F; }
p { color: rgb(73,67,47); }
H1.HeaderClassName
{
color: #49432F;
}
.AnyTagClassName
{
color: #49432F;
}
</style>
background-color css
<style>
a { background-color: #49432F; }
a { background-color: rgb(73,67,47); }
div.DivClassName
{
background-color: #49432F;
}
.BgClassName
{
background-color: #49432F;
}
</style>
border-color css
<style>
span { border-color: #49432F; }
span { border-color: rgb(73,67,47); }
td.TdClassName
{
border-color: #49432F;
}
.TagClassName
{
border-color: #49432F;
}
</style>