Shades of Onion #463F2C
Tints of Onion #463F2C
RGB
CMYK
RGB Variations
Color information
#463F2C (or 0x463F2C) is known color: Onion. HEX triplet: 46, 3F and 2C. RGB value is (70,63,44). Sum of RGB (Red+Green+Blue) = 70+63+44=177 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.55% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 44 (17.58% from 255 or 24.86% from 177); Max value from RGB is 70 - color contains mainly: red. Hex color #463F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463F2C is #B9C0D3. Grayscale: #3F3F3F. Windows color (decimal): -12173524 or 2899782. OLE color: 2899782.
HSL color Cylindrical-coordinate representation of color #463F2C: hue angle of 43.85º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #463F2C is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 63 | 44 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.73 |
| HSL | 43.85º | 0.23% | 0.22% | - |
| HSV(B) | 43.85º | 0.37% | 0.27% | - |
| XYZ | 4.76 | 5.04 | 3.1 | - |
| YUV | 62.93 | 117.32 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 44 | 0 | 0.10 | 0.37 | 0.73 | 43.85 | 0.23 | 0.22 |
| Hex | 46 | 3F | 2C | 0 | A | 25 | 49 | 2C | 17 | 16 |
| Octal | 106 | 77 | 54 | 0 | 12 | 45 | 111 | 54 | 27 | 26 |
| Binary | 1000110 | 111111 | 101100 | 0 | 1010 | 100101 | 1001001 | 101100 | 10111 | 10110 |
Color Harmonies of #463F2C
Complementary color
Monochromatic Colors of #463F2C
Black with #463F2C
Text Example
Text Example
White with #463F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463F2C; }
p { color: rgb(70,63,44); }
H1.HeaderClassName
{
color: #463F2C;
}
.AnyTagClassName
{
color: #463F2C;
}
</style>
background-color css
<style>
a { background-color: #463F2C; }
a { background-color: rgb(70,63,44); }
div.DivClassName
{
background-color: #463F2C;
}
.BgClassName
{
background-color: #463F2C;
}
</style>
border-color css
<style>
span { border-color: #463F2C; }
span { border-color: rgb(70,63,44); }
td.TdClassName
{
border-color: #463F2C;
}
.TagClassName
{
border-color: #463F2C;
}
</style>