Shades of Onion #4C4528
Tints of Onion #4C4528
RGB
CMYK
RGB Variations
Color information
#4C4528 (or 0x4C4528) is known color: Onion. HEX triplet: 4C, 45 and 28. RGB value is (76,69,40). Sum of RGB (Red+Green+Blue) = 76+69+40=185 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.08% from 185); Green value is 69 (27.34% from 255 or 37.30% from 185); Blue value is 40 (16.02% from 255 or 21.62% from 185); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4528 is #B3BAD7. Grayscale: #434343. Windows color (decimal): -11778776 or 2639180. OLE color: 2639180.
HSL color Cylindrical-coordinate representation of color #4C4528: hue angle of 48.33º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4C4528 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 69 | 40 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.70 |
| HSL | 48.33º | 0.31% | 0.23% | - |
| HSV(B) | 48.33º | 0.47% | 0.3% | - |
| XYZ | 5.49 | 5.95 | 2.87 | - |
| YUV | 67.79 | 112.32 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 69 | 40 | 0 | 0.09 | 0.47 | 0.70 | 48.33 | 0.31 | 0.23 |
| Hex | 4C | 45 | 28 | 0 | 9 | 2F | 46 | 30 | 1F | 17 |
| Octal | 114 | 105 | 50 | 0 | 11 | 57 | 106 | 60 | 37 | 27 |
| Binary | 1001100 | 1000101 | 101000 | 0 | 1001 | 101111 | 1000110 | 110000 | 11111 | 10111 |
Color Harmonies of #4C4528
Complementary color
Monochromatic Colors of #4C4528
Black with #4C4528
Text Example
Text Example
White with #4C4528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4528; }
p { color: rgb(76,69,40); }
H1.HeaderClassName
{
color: #4C4528;
}
.AnyTagClassName
{
color: #4C4528;
}
</style>
background-color css
<style>
a { background-color: #4C4528; }
a { background-color: rgb(76,69,40); }
div.DivClassName
{
background-color: #4C4528;
}
.BgClassName
{
background-color: #4C4528;
}
</style>
border-color css
<style>
span { border-color: #4C4528; }
span { border-color: rgb(76,69,40); }
td.TdClassName
{
border-color: #4C4528;
}
.TagClassName
{
border-color: #4C4528;
}
</style>