Shades of Onion #463F32
Tints of Onion #463F32
RGB
CMYK
RGB Variations
Color information
#463F32 (or 0x463F32) is known color: Onion. HEX triplet: 46, 3F and 32. RGB value is (70,63,50). Sum of RGB (Red+Green+Blue) = 70+63+50=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 63 (25% from 255 or 34.43% from 183); Blue value is 50 (19.92% from 255 or 27.32% from 183); Max value from RGB is 70 - color contains mainly: red. Hex color #463F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463F32 is #B9C0CD. Grayscale: #3F3F3F. Windows color (decimal): -12173518 or 3292998. OLE color: 3292998.
HSL color Cylindrical-coordinate representation of color #463F32: hue angle of 39º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #463F32 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 63 | 50 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.73 |
| HSL | 39º | 0.17% | 0.24% | - |
| HSV(B) | 39º | 0.29% | 0.27% | - |
| XYZ | 4.88 | 5.09 | 3.74 | - |
| YUV | 63.61 | 120.32 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 50 | 0 | 0.10 | 0.29 | 0.73 | 39 | 0.17 | 0.24 |
| Hex | 46 | 3F | 32 | 0 | A | 1D | 49 | 27 | 11 | 18 |
| Octal | 106 | 77 | 62 | 0 | 12 | 35 | 111 | 47 | 21 | 30 |
| Binary | 1000110 | 111111 | 110010 | 0 | 1010 | 11101 | 1001001 | 100111 | 10001 | 11000 |
Color Harmonies of #463F32
Complementary color
Monochromatic Colors of #463F32
Black with #463F32
Text Example
Text Example
White with #463F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463F32; }
p { color: rgb(70,63,50); }
H1.HeaderClassName
{
color: #463F32;
}
.AnyTagClassName
{
color: #463F32;
}
</style>
background-color css
<style>
a { background-color: #463F32; }
a { background-color: rgb(70,63,50); }
div.DivClassName
{
background-color: #463F32;
}
.BgClassName
{
background-color: #463F32;
}
</style>
border-color css
<style>
span { border-color: #463F32; }
span { border-color: rgb(70,63,50); }
td.TdClassName
{
border-color: #463F32;
}
.TagClassName
{
border-color: #463F32;
}
</style>