Shades of Onion #49402C
Tints of Onion #49402C
RGB
CMYK
RGB Variations
Color information
#49402C (or 0x49402C) is known color: Onion. HEX triplet: 49, 40 and 2C. RGB value is (73,64,44). Sum of RGB (Red+Green+Blue) = 73+64+44=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 73 - color contains mainly: red. Hex color #49402C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49402C is #B6BFD3. Grayscale: #404040. Windows color (decimal): -11976660 or 2900041. OLE color: 2900041.
HSL color Cylindrical-coordinate representation of color #49402C: hue angle of 41.38º 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 #49402C is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 64 | 44 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.71 |
| HSL | 41.38º | 0.25% | 0.23% | - |
| HSV(B) | 41.38º | 0.4% | 0.29% | - |
| XYZ | 5.04 | 5.27 | 3.13 | - |
| YUV | 64.41 | 116.48 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 64 | 44 | 0 | 0.12 | 0.40 | 0.71 | 41.38 | 0.25 | 0.23 |
| Hex | 49 | 40 | 2C | 0 | C | 28 | 47 | 29 | 19 | 17 |
| Octal | 111 | 100 | 54 | 0 | 14 | 50 | 107 | 51 | 31 | 27 |
| Binary | 1001001 | 1000000 | 101100 | 0 | 1100 | 101000 | 1000111 | 101001 | 11001 | 10111 |
Color Harmonies of #49402C
Complementary color
Monochromatic Colors of #49402C
Black with #49402C
Text Example
Text Example
White with #49402C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49402C; }
p { color: rgb(73,64,44); }
H1.HeaderClassName
{
color: #49402C;
}
.AnyTagClassName
{
color: #49402C;
}
</style>
background-color css
<style>
a { background-color: #49402C; }
a { background-color: rgb(73,64,44); }
div.DivClassName
{
background-color: #49402C;
}
.BgClassName
{
background-color: #49402C;
}
</style>
border-color css
<style>
span { border-color: #49402C; }
span { border-color: rgb(73,64,44); }
td.TdClassName
{
border-color: #49402C;
}
.TagClassName
{
border-color: #49402C;
}
</style>