Shades of Onion #4C4629
Tints of Onion #4C4629
RGB
CMYK
RGB Variations
Color information
#4C4629 (or 0x4C4629) is known color: Onion. HEX triplet: 4C, 46 and 29. RGB value is (76,70,41). Sum of RGB (Red+Green+Blue) = 76+70+41=187 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.64% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 41 (16.41% from 255 or 21.93% from 187); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4629 is #B3B9D6. Grayscale: #444444. Windows color (decimal): -11778519 or 2704972. OLE color: 2704972.
HSL color Cylindrical-coordinate representation of color #4C4629: hue angle of 49.71º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C4629 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 70 | 41 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.70 |
| HSL | 49.71º | 0.3% | 0.23% | - |
| HSV(B) | 49.71º | 0.46% | 0.3% | - |
| XYZ | 5.57 | 6.08 | 2.98 | - |
| YUV | 68.49 | 112.49 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 70 | 41 | 0 | 0.08 | 0.46 | 0.70 | 49.71 | 0.3 | 0.23 |
| Hex | 4C | 46 | 29 | 0 | 8 | 2E | 46 | 32 | 1E | 17 |
| Octal | 114 | 106 | 51 | 0 | 10 | 56 | 106 | 62 | 36 | 27 |
| Binary | 1001100 | 1000110 | 101001 | 0 | 1000 | 101110 | 1000110 | 110010 | 11110 | 10111 |
Color Harmonies of #4C4629
Complementary color
Monochromatic Colors of #4C4629
Black with #4C4629
Text Example
Text Example
White with #4C4629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4629; }
p { color: rgb(76,70,41); }
H1.HeaderClassName
{
color: #4C4629;
}
.AnyTagClassName
{
color: #4C4629;
}
</style>
background-color css
<style>
a { background-color: #4C4629; }
a { background-color: rgb(76,70,41); }
div.DivClassName
{
background-color: #4C4629;
}
.BgClassName
{
background-color: #4C4629;
}
</style>
border-color css
<style>
span { border-color: #4C4629; }
span { border-color: rgb(76,70,41); }
td.TdClassName
{
border-color: #4C4629;
}
.TagClassName
{
border-color: #4C4629;
}
</style>