Shades of Onion #4D462C
Tints of Onion #4D462C
RGB
CMYK
RGB Variations
Color information
#4D462C (or 0x4D462C) is known color: Onion. HEX triplet: 4D, 46 and 2C. RGB value is (77,70,44). Sum of RGB (Red+Green+Blue) = 77+70+44=191 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.31% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 77 - color contains mainly: red. Hex color #4D462C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D462C is #B2B9D3. Grayscale: #454545. Windows color (decimal): -11712980 or 2901581. OLE color: 2901581.
HSL color Cylindrical-coordinate representation of color #4D462C: hue angle of 47.27º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D462C is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 70 | 44 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.70 |
| HSL | 47.27º | 0.27% | 0.24% | - |
| HSV(B) | 47.27º | 0.43% | 0.3% | - |
| XYZ | 5.71 | 6.14 | 3.27 | - |
| YUV | 69.13 | 113.82 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 70 | 44 | 0 | 0.09 | 0.43 | 0.70 | 47.27 | 0.27 | 0.24 |
| Hex | 4D | 46 | 2C | 0 | 9 | 2B | 46 | 2F | 1B | 18 |
| Octal | 115 | 106 | 54 | 0 | 11 | 53 | 106 | 57 | 33 | 30 |
| Binary | 1001101 | 1000110 | 101100 | 0 | 1001 | 101011 | 1000110 | 101111 | 11011 | 11000 |
Color Harmonies of #4D462C
Complementary color
Monochromatic Colors of #4D462C
Black with #4D462C
Text Example
Text Example
White with #4D462C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D462C; }
p { color: rgb(77,70,44); }
H1.HeaderClassName
{
color: #4D462C;
}
.AnyTagClassName
{
color: #4D462C;
}
</style>
background-color css
<style>
a { background-color: #4D462C; }
a { background-color: rgb(77,70,44); }
div.DivClassName
{
background-color: #4D462C;
}
.BgClassName
{
background-color: #4D462C;
}
</style>
border-color css
<style>
span { border-color: #4D462C; }
span { border-color: rgb(77,70,44); }
td.TdClassName
{
border-color: #4D462C;
}
.TagClassName
{
border-color: #4D462C;
}
</style>