Shades of Onion #4C4626
Tints of Onion #4C4626
RGB
CMYK
RGB Variations
Color information
#4C4626 (or 0x4C4626) is known color: Onion. HEX triplet: 4C, 46 and 26. RGB value is (76,70,38). Sum of RGB (Red+Green+Blue) = 76+70+38=184 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.30% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 38 (15.23% from 255 or 20.65% from 184); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4626 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4626 is #B3B9D9. Grayscale: #444444. Windows color (decimal): -11778522 or 2508364. OLE color: 2508364.
HSL color Cylindrical-coordinate representation of color #4C4626: hue angle of 50.53º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C4626 is Cyan = 0, Magento = 0.08, Yellow = 0.5 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 70 | 38 | - |
| CMYK | 0 | 0.08 | 0.5 | 0.70 |
| HSL | 50.53º | 0.33% | 0.22% | - |
| HSV(B) | 50.53º | 0.5% | 0.3% | - |
| XYZ | 5.52 | 6.06 | 2.71 | - |
| YUV | 68.15 | 110.99 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 70 | 38 | 0 | 0.08 | 0.5 | 0.70 | 50.53 | 0.33 | 0.22 |
| Hex | 4C | 46 | 26 | 0 | 8 | 32 | 46 | 33 | 21 | 16 |
| Octal | 114 | 106 | 46 | 0 | 10 | 62 | 106 | 63 | 41 | 26 |
| Binary | 1001100 | 1000110 | 100110 | 0 | 1000 | 110010 | 1000110 | 110011 | 100001 | 10110 |
Color Harmonies of #4C4626
Complementary color
Monochromatic Colors of #4C4626
Black with #4C4626
Text Example
Text Example
White with #4C4626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4626; }
p { color: rgb(76,70,38); }
H1.HeaderClassName
{
color: #4C4626;
}
.AnyTagClassName
{
color: #4C4626;
}
</style>
background-color css
<style>
a { background-color: #4C4626; }
a { background-color: rgb(76,70,38); }
div.DivClassName
{
background-color: #4C4626;
}
.BgClassName
{
background-color: #4C4626;
}
</style>
border-color css
<style>
span { border-color: #4C4626; }
span { border-color: rgb(76,70,38); }
td.TdClassName
{
border-color: #4C4626;
}
.TagClassName
{
border-color: #4C4626;
}
</style>