Shades of Onion #464131
Tints of Onion #464131
RGB
CMYK
RGB Variations
Color information
#464131 (or 0x464131) is known color: Onion. HEX triplet: 46, 41 and 31. RGB value is (70,65,49). Sum of RGB (Red+Green+Blue) = 70+65+49=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 49 (19.53% from 255 or 26.63% from 184); Max value from RGB is 70 - color contains mainly: red. Hex color #464131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464131 is #B9BECE. Grayscale: #404040. Windows color (decimal): -12173007 or 3227974. OLE color: 3227974.
HSL color Cylindrical-coordinate representation of color #464131: hue angle of 45.71º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #464131 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 65 | 49 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.73 |
| HSL | 45.71º | 0.18% | 0.23% | - |
| HSV(B) | 45.71º | 0.3% | 0.27% | - |
| XYZ | 4.97 | 5.3 | 3.67 | - |
| YUV | 64.67 | 119.16 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 65 | 49 | 0 | 0.07 | 0.30 | 0.73 | 45.71 | 0.18 | 0.23 |
| Hex | 46 | 41 | 31 | 0 | 7 | 1E | 49 | 2E | 12 | 17 |
| Octal | 106 | 101 | 61 | 0 | 7 | 36 | 111 | 56 | 22 | 27 |
| Binary | 1000110 | 1000001 | 110001 | 0 | 111 | 11110 | 1001001 | 101110 | 10010 | 10111 |
Color Harmonies of #464131
Complementary color
Monochromatic Colors of #464131
Black with #464131
Text Example
Text Example
White with #464131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464131; }
p { color: rgb(70,65,49); }
H1.HeaderClassName
{
color: #464131;
}
.AnyTagClassName
{
color: #464131;
}
</style>
background-color css
<style>
a { background-color: #464131; }
a { background-color: rgb(70,65,49); }
div.DivClassName
{
background-color: #464131;
}
.BgClassName
{
background-color: #464131;
}
</style>
border-color css
<style>
span { border-color: #464131; }
span { border-color: rgb(70,65,49); }
td.TdClassName
{
border-color: #464131;
}
.TagClassName
{
border-color: #464131;
}
</style>