Shades of Onion #4C4524
Tints of Onion #4C4524
RGB
CMYK
RGB Variations
Color information
#4C4524 (or 0x4C4524) is known color: Onion. HEX triplet: 4C, 45 and 24. RGB value is (76,69,36). Sum of RGB (Red+Green+Blue) = 76+69+36=181 (23% of max value = 765). Red value is 76 (30.08% from 255 or 41.99% from 181); Green value is 69 (27.34% from 255 or 38.12% from 181); Blue value is 36 (14.45% from 255 or 19.89% from 181); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4524 is #B3BADB. Grayscale: #434343. Windows color (decimal): -11778780 or 2377036. OLE color: 2377036.
HSL color Cylindrical-coordinate representation of color #4C4524: hue angle of 49.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4C4524 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 69 | 36 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.70 |
| HSL | 49.5º | 0.36% | 0.22% | - |
| HSV(B) | 49.5º | 0.53% | 0.3% | - |
| XYZ | 5.43 | 5.92 | 2.53 | - |
| YUV | 67.33 | 110.32 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 69 | 36 | 0 | 0.09 | 0.53 | 0.70 | 49.5 | 0.36 | 0.22 |
| Hex | 4C | 45 | 24 | 0 | 9 | 35 | 46 | 32 | 24 | 16 |
| Octal | 114 | 105 | 44 | 0 | 11 | 65 | 106 | 62 | 44 | 26 |
| Binary | 1001100 | 1000101 | 100100 | 0 | 1001 | 110101 | 1000110 | 110010 | 100100 | 10110 |
Color Harmonies of #4C4524
Complementary color
Monochromatic Colors of #4C4524
Black with #4C4524
Text Example
Text Example
White with #4C4524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4524; }
p { color: rgb(76,69,36); }
H1.HeaderClassName
{
color: #4C4524;
}
.AnyTagClassName
{
color: #4C4524;
}
</style>
background-color css
<style>
a { background-color: #4C4524; }
a { background-color: rgb(76,69,36); }
div.DivClassName
{
background-color: #4C4524;
}
.BgClassName
{
background-color: #4C4524;
}
</style>
border-color css
<style>
span { border-color: #4C4524; }
span { border-color: rgb(76,69,36); }
td.TdClassName
{
border-color: #4C4524;
}
.TagClassName
{
border-color: #4C4524;
}
</style>