Shades of Onion #464235
Tints of Onion #464235
RGB
CMYK
RGB Variations
Color information
#464235 (or 0x464235) is known color: Onion. HEX triplet: 46, 42 and 35. RGB value is (70,66,53). Sum of RGB (Red+Green+Blue) = 70+66+53=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 53 (21.09% from 255 or 28.04% from 189); Max value from RGB is 70 - color contains mainly: red. Hex color #464235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464235 is #B9BDCA. Grayscale: #414141. Windows color (decimal): -12172747 or 3490374. OLE color: 3490374.
HSL color Cylindrical-coordinate representation of color #464235: hue angle of 45.88º degrees, saturation: 0.14, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #464235 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 66 | 53 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.73 |
| HSL | 45.88º | 0.14% | 0.24% | - |
| HSV(B) | 45.88º | 0.24% | 0.27% | - |
| XYZ | 5.12 | 5.46 | 4.15 | - |
| YUV | 65.71 | 120.83 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 66 | 53 | 0 | 0.06 | 0.24 | 0.73 | 45.88 | 0.14 | 0.24 |
| Hex | 46 | 42 | 35 | 0 | 6 | 18 | 49 | 2E | E | 18 |
| Octal | 106 | 102 | 65 | 0 | 6 | 30 | 111 | 56 | 16 | 30 |
| Binary | 1000110 | 1000010 | 110101 | 0 | 110 | 11000 | 1001001 | 101110 | 1110 | 11000 |
Color Harmonies of #464235
Complementary color
Monochromatic Colors of #464235
Black with #464235
Text Example
Text Example
White with #464235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464235; }
p { color: rgb(70,66,53); }
H1.HeaderClassName
{
color: #464235;
}
.AnyTagClassName
{
color: #464235;
}
</style>
background-color css
<style>
a { background-color: #464235; }
a { background-color: rgb(70,66,53); }
div.DivClassName
{
background-color: #464235;
}
.BgClassName
{
background-color: #464235;
}
</style>
border-color css
<style>
span { border-color: #464235; }
span { border-color: rgb(70,66,53); }
td.TdClassName
{
border-color: #464235;
}
.TagClassName
{
border-color: #464235;
}
</style>