Shades of Onion #493F2B
Tints of Onion #493F2B
RGB
CMYK
RGB Variations
Color information
#493F2B (or 0x493F2B) is known color: Onion. HEX triplet: 49, 3F and 2B. RGB value is (73,63,43). Sum of RGB (Red+Green+Blue) = 73+63+43=179 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.78% from 179); Green value is 63 (25% from 255 or 35.20% from 179); Blue value is 43 (17.19% from 255 or 24.02% from 179); Max value from RGB is 73 - color contains mainly: red. Hex color #493F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493F2B is #B6C0D4. Grayscale: #3F3F3F. Windows color (decimal): -11976917 or 2834249. OLE color: 2834249.
HSL color Cylindrical-coordinate representation of color #493F2B: hue angle of 40º 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 #493F2B is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 63 | 43 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.71 |
| HSL | 40º | 0.26% | 0.23% | - |
| HSV(B) | 40º | 0.41% | 0.29% | - |
| XYZ | 4.96 | 5.15 | 3.02 | - |
| YUV | 63.71 | 116.31 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 63 | 43 | 0 | 0.14 | 0.41 | 0.71 | 40 | 0.26 | 0.23 |
| Hex | 49 | 3F | 2B | 0 | E | 29 | 47 | 28 | 1A | 17 |
| Octal | 111 | 77 | 53 | 0 | 16 | 51 | 107 | 50 | 32 | 27 |
| Binary | 1001001 | 111111 | 101011 | 0 | 1110 | 101001 | 1000111 | 101000 | 11010 | 10111 |
Color Harmonies of #493F2B
Complementary color
Monochromatic Colors of #493F2B
Black with #493F2B
Text Example
Text Example
White with #493F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493F2B; }
p { color: rgb(73,63,43); }
H1.HeaderClassName
{
color: #493F2B;
}
.AnyTagClassName
{
color: #493F2B;
}
</style>
background-color css
<style>
a { background-color: #493F2B; }
a { background-color: rgb(73,63,43); }
div.DivClassName
{
background-color: #493F2B;
}
.BgClassName
{
background-color: #493F2B;
}
</style>
border-color css
<style>
span { border-color: #493F2B; }
span { border-color: rgb(73,63,43); }
td.TdClassName
{
border-color: #493F2B;
}
.TagClassName
{
border-color: #493F2B;
}
</style>