Shades of Onion #4C4630
Tints of Onion #4C4630
RGB
CMYK
RGB Variations
Color information
#4C4630 (or 0x4C4630) is known color: Onion. HEX triplet: 4C, 46 and 30. RGB value is (76,70,48). Sum of RGB (Red+Green+Blue) = 76+70+48=194 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.18% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 48 (19.14% from 255 or 24.74% from 194); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4630 is #B3B9CF. Grayscale: #454545. Windows color (decimal): -11778512 or 3163724. OLE color: 3163724.
HSL color Cylindrical-coordinate representation of color #4C4630: hue angle of 47.14º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4C4630 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 70 | 48 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.70 |
| HSL | 47.14º | 0.23% | 0.24% | - |
| HSV(B) | 47.14º | 0.37% | 0.3% | - |
| XYZ | 5.7 | 6.13 | 3.68 | - |
| YUV | 69.29 | 115.99 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 70 | 48 | 0 | 0.08 | 0.37 | 0.70 | 47.14 | 0.23 | 0.24 |
| Hex | 4C | 46 | 30 | 0 | 8 | 25 | 46 | 2F | 17 | 18 |
| Octal | 114 | 106 | 60 | 0 | 10 | 45 | 106 | 57 | 27 | 30 |
| Binary | 1001100 | 1000110 | 110000 | 0 | 1000 | 100101 | 1000110 | 101111 | 10111 | 11000 |
Color Harmonies of #4C4630
Complementary color
Monochromatic Colors of #4C4630
Black with #4C4630
Text Example
Text Example
White with #4C4630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4630; }
p { color: rgb(76,70,48); }
H1.HeaderClassName
{
color: #4C4630;
}
.AnyTagClassName
{
color: #4C4630;
}
</style>
background-color css
<style>
a { background-color: #4C4630; }
a { background-color: rgb(76,70,48); }
div.DivClassName
{
background-color: #4C4630;
}
.BgClassName
{
background-color: #4C4630;
}
</style>
border-color css
<style>
span { border-color: #4C4630; }
span { border-color: rgb(76,70,48); }
td.TdClassName
{
border-color: #4C4630;
}
.TagClassName
{
border-color: #4C4630;
}
</style>