Shades of Onion #49422B
Tints of Onion #49422B
RGB
CMYK
RGB Variations
Color information
#49422B (or 0x49422B) is known color: Onion. HEX triplet: 49, 42 and 2B. RGB value is (73,66,43). Sum of RGB (Red+Green+Blue) = 73+66+43=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 43 (17.19% from 255 or 23.63% from 182); Max value from RGB is 73 - color contains mainly: red. Hex color #49422B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49422B is #B6BDD4. Grayscale: #414141. Windows color (decimal): -11976149 or 2835017. OLE color: 2835017.
HSL color Cylindrical-coordinate representation of color #49422B: hue angle of 46º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #49422B is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 66 | 43 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.71 |
| HSL | 46º | 0.26% | 0.23% | - |
| HSV(B) | 46º | 0.41% | 0.29% | - |
| XYZ | 5.13 | 5.49 | 3.07 | - |
| YUV | 65.47 | 115.32 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 66 | 43 | 0 | 0.10 | 0.41 | 0.71 | 46 | 0.26 | 0.23 |
| Hex | 49 | 42 | 2B | 0 | A | 29 | 47 | 2E | 1A | 17 |
| Octal | 111 | 102 | 53 | 0 | 12 | 51 | 107 | 56 | 32 | 27 |
| Binary | 1001001 | 1000010 | 101011 | 0 | 1010 | 101001 | 1000111 | 101110 | 11010 | 10111 |
Color Harmonies of #49422B
Complementary color
Monochromatic Colors of #49422B
Black with #49422B
Text Example
Text Example
White with #49422B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49422B; }
p { color: rgb(73,66,43); }
H1.HeaderClassName
{
color: #49422B;
}
.AnyTagClassName
{
color: #49422B;
}
</style>
background-color css
<style>
a { background-color: #49422B; }
a { background-color: rgb(73,66,43); }
div.DivClassName
{
background-color: #49422B;
}
.BgClassName
{
background-color: #49422B;
}
</style>
border-color css
<style>
span { border-color: #49422B; }
span { border-color: rgb(73,66,43); }
td.TdClassName
{
border-color: #49422B;
}
.TagClassName
{
border-color: #49422B;
}
</style>