Shades of Onion #463F2A
Tints of Onion #463F2A
RGB
CMYK
RGB Variations
Color information
#463F2A (or 0x463F2A) is known color: Onion. HEX triplet: 46, 3F and 2A. RGB value is (70,63,42). Sum of RGB (Red+Green+Blue) = 70+63+42=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 63 (25% from 255 or 36% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 70 - color contains mainly: red. Hex color #463F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463F2A is #B9C0D5. Grayscale: #3E3E3E. Windows color (decimal): -12173526 or 2768710. OLE color: 2768710.
HSL color Cylindrical-coordinate representation of color #463F2A: hue angle of 45º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #463F2A is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 63 | 42 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.73 |
| HSL | 45º | 0.25% | 0.22% | - |
| HSV(B) | 45º | 0.4% | 0.27% | - |
| XYZ | 4.72 | 5.02 | 2.91 | - |
| YUV | 62.7 | 116.32 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 42 | 0 | 0.10 | 0.40 | 0.73 | 45 | 0.25 | 0.22 |
| Hex | 46 | 3F | 2A | 0 | A | 28 | 49 | 2D | 19 | 16 |
| Octal | 106 | 77 | 52 | 0 | 12 | 50 | 111 | 55 | 31 | 26 |
| Binary | 1000110 | 111111 | 101010 | 0 | 1010 | 101000 | 1001001 | 101101 | 11001 | 10110 |
Color Harmonies of #463F2A
Complementary color
Monochromatic Colors of #463F2A
Black with #463F2A
Text Example
Text Example
White with #463F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463F2A; }
p { color: rgb(70,63,42); }
H1.HeaderClassName
{
color: #463F2A;
}
.AnyTagClassName
{
color: #463F2A;
}
</style>
background-color css
<style>
a { background-color: #463F2A; }
a { background-color: rgb(70,63,42); }
div.DivClassName
{
background-color: #463F2A;
}
.BgClassName
{
background-color: #463F2A;
}
</style>
border-color css
<style>
span { border-color: #463F2A; }
span { border-color: rgb(70,63,42); }
td.TdClassName
{
border-color: #463F2A;
}
.TagClassName
{
border-color: #463F2A;
}
</style>