Shades of Onion #463E2C
Tints of Onion #463E2C
RGB
CMYK
RGB Variations
Color information
#463E2C (or 0x463E2C) is known color: Onion. HEX triplet: 46, 3E and 2C. RGB value is (70,62,44). Sum of RGB (Red+Green+Blue) = 70+62+44=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 62 (24.61% from 255 or 35.23% from 176); Blue value is 44 (17.58% from 255 or 25% from 176); Max value from RGB is 70 - color contains mainly: red. Hex color #463E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463E2C is #B9C1D3. Grayscale: #3E3E3E. Windows color (decimal): -12173780 or 2899526. OLE color: 2899526.
HSL color Cylindrical-coordinate representation of color #463E2C: hue angle of 41.54º 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 #463E2C is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 62 | 44 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.73 |
| HSL | 41.54º | 0.23% | 0.22% | - |
| HSV(B) | 41.54º | 0.37% | 0.27% | - |
| XYZ | 4.7 | 4.93 | 3.09 | - |
| YUV | 62.34 | 117.65 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 62 | 44 | 0 | 0.11 | 0.37 | 0.73 | 41.54 | 0.23 | 0.22 |
| Hex | 46 | 3E | 2C | 0 | B | 25 | 49 | 2A | 17 | 16 |
| Octal | 106 | 76 | 54 | 0 | 13 | 45 | 111 | 52 | 27 | 26 |
| Binary | 1000110 | 111110 | 101100 | 0 | 1011 | 100101 | 1001001 | 101010 | 10111 | 10110 |
Color Harmonies of #463E2C
Complementary color
Monochromatic Colors of #463E2C
Black with #463E2C
Text Example
Text Example
White with #463E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463E2C; }
p { color: rgb(70,62,44); }
H1.HeaderClassName
{
color: #463E2C;
}
.AnyTagClassName
{
color: #463E2C;
}
</style>
background-color css
<style>
a { background-color: #463E2C; }
a { background-color: rgb(70,62,44); }
div.DivClassName
{
background-color: #463E2C;
}
.BgClassName
{
background-color: #463E2C;
}
</style>
border-color css
<style>
span { border-color: #463E2C; }
span { border-color: rgb(70,62,44); }
td.TdClassName
{
border-color: #463E2C;
}
.TagClassName
{
border-color: #463E2C;
}
</style>