Shades of Onion #464130
Tints of Onion #464130
RGB
CMYK
RGB Variations
Color information
#464130 (or 0x464130) is known color: Onion. HEX triplet: 46, 41 and 30. RGB value is (70,65,48). Sum of RGB (Red+Green+Blue) = 70+65+48=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 48 (19.14% from 255 or 26.23% from 183); Max value from RGB is 70 - color contains mainly: red. Hex color #464130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464130 is #B9BECF. Grayscale: #404040. Windows color (decimal): -12173008 or 3162438. OLE color: 3162438.
HSL color Cylindrical-coordinate representation of color #464130: hue angle of 46.36º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #464130 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 65 | 48 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.73 |
| HSL | 46.36º | 0.19% | 0.23% | - |
| HSV(B) | 46.36º | 0.31% | 0.27% | - |
| XYZ | 4.95 | 5.3 | 3.56 | - |
| YUV | 64.56 | 118.66 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 65 | 48 | 0 | 0.07 | 0.31 | 0.73 | 46.36 | 0.19 | 0.23 |
| Hex | 46 | 41 | 30 | 0 | 7 | 1F | 49 | 2E | 13 | 17 |
| Octal | 106 | 101 | 60 | 0 | 7 | 37 | 111 | 56 | 23 | 27 |
| Binary | 1000110 | 1000001 | 110000 | 0 | 111 | 11111 | 1001001 | 101110 | 10011 | 10111 |
Color Harmonies of #464130
Complementary color
Monochromatic Colors of #464130
Black with #464130
Text Example
Text Example
White with #464130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464130; }
p { color: rgb(70,65,48); }
H1.HeaderClassName
{
color: #464130;
}
.AnyTagClassName
{
color: #464130;
}
</style>
background-color css
<style>
a { background-color: #464130; }
a { background-color: rgb(70,65,48); }
div.DivClassName
{
background-color: #464130;
}
.BgClassName
{
background-color: #464130;
}
</style>
border-color css
<style>
span { border-color: #464130; }
span { border-color: rgb(70,65,48); }
td.TdClassName
{
border-color: #464130;
}
.TagClassName
{
border-color: #464130;
}
</style>