Shades of Onion #464137
Tints of Onion #464137
RGB
CMYK
RGB Variations
Color information
#464137 (or 0x464137) is known color: Onion. HEX triplet: 46, 41 and 37. RGB value is (70,65,55). Sum of RGB (Red+Green+Blue) = 70+65+55=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 55 (21.88% from 255 or 28.95% from 190); Max value from RGB is 70 - color contains mainly: red. Hex color #464137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464137 is #B9BEC8. Grayscale: #414141. Windows color (decimal): -12173001 or 3621190. OLE color: 3621190.
HSL color Cylindrical-coordinate representation of color #464137: hue angle of 40º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #464137 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 65 | 55 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.73 |
| HSL | 40º | 0.12% | 0.25% | - |
| HSV(B) | 40º | 0.21% | 0.27% | - |
| XYZ | 5.11 | 5.36 | 4.38 | - |
| YUV | 65.36 | 122.16 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 65 | 55 | 0 | 0.07 | 0.21 | 0.73 | 40 | 0.12 | 0.25 |
| Hex | 46 | 41 | 37 | 0 | 7 | 15 | 49 | 28 | C | 19 |
| Octal | 106 | 101 | 67 | 0 | 7 | 25 | 111 | 50 | 14 | 31 |
| Binary | 1000110 | 1000001 | 110111 | 0 | 111 | 10101 | 1001001 | 101000 | 1100 | 11001 |
Color Harmonies of #464137
Complementary color
Monochromatic Colors of #464137
Black with #464137
Text Example
Text Example
White with #464137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464137; }
p { color: rgb(70,65,55); }
H1.HeaderClassName
{
color: #464137;
}
.AnyTagClassName
{
color: #464137;
}
</style>
background-color css
<style>
a { background-color: #464137; }
a { background-color: rgb(70,65,55); }
div.DivClassName
{
background-color: #464137;
}
.BgClassName
{
background-color: #464137;
}
</style>
border-color css
<style>
span { border-color: #464137; }
span { border-color: rgb(70,65,55); }
td.TdClassName
{
border-color: #464137;
}
.TagClassName
{
border-color: #464137;
}
</style>