Shades of Onion #463F33
Tints of Onion #463F33
RGB
CMYK
RGB Variations
Color information
#463F33 (or 0x463F33) is known color: Onion. HEX triplet: 46, 3F and 33. RGB value is (70,63,51). Sum of RGB (Red+Green+Blue) = 70+63+51=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 63 (25% from 255 or 34.24% from 184); Blue value is 51 (20.31% from 255 or 27.72% from 184); Max value from RGB is 70 - color contains mainly: red. Hex color #463F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463F33 is #B9C0CC. Grayscale: #3F3F3F. Windows color (decimal): -12173517 or 3358534. OLE color: 3358534.
HSL color Cylindrical-coordinate representation of color #463F33: hue angle of 37.89º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #463F33 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 63 | 51 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.73 |
| HSL | 37.89º | 0.16% | 0.24% | - |
| HSV(B) | 37.89º | 0.27% | 0.27% | - |
| XYZ | 4.9 | 5.1 | 3.86 | - |
| YUV | 63.73 | 120.82 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 51 | 0 | 0.10 | 0.27 | 0.73 | 37.89 | 0.16 | 0.24 |
| Hex | 46 | 3F | 33 | 0 | A | 1B | 49 | 26 | 10 | 18 |
| Octal | 106 | 77 | 63 | 0 | 12 | 33 | 111 | 46 | 20 | 30 |
| Binary | 1000110 | 111111 | 110011 | 0 | 1010 | 11011 | 1001001 | 100110 | 10000 | 11000 |
Color Harmonies of #463F33
Complementary color
Monochromatic Colors of #463F33
Black with #463F33
Text Example
Text Example
White with #463F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463F33; }
p { color: rgb(70,63,51); }
H1.HeaderClassName
{
color: #463F33;
}
.AnyTagClassName
{
color: #463F33;
}
</style>
background-color css
<style>
a { background-color: #463F33; }
a { background-color: rgb(70,63,51); }
div.DivClassName
{
background-color: #463F33;
}
.BgClassName
{
background-color: #463F33;
}
</style>
border-color css
<style>
span { border-color: #463F33; }
span { border-color: rgb(70,63,51); }
td.TdClassName
{
border-color: #463F33;
}
.TagClassName
{
border-color: #463F33;
}
</style>