Shades of Onion #4C4426
Tints of Onion #4C4426
RGB
CMYK
RGB Variations
Color information
#4C4426 (or 0x4C4426) is known color: Onion. HEX triplet: 4C, 44 and 26. RGB value is (76,68,38). Sum of RGB (Red+Green+Blue) = 76+68+38=182 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.76% from 182); Green value is 68 (26.95% from 255 or 37.36% from 182); Blue value is 38 (15.23% from 255 or 20.88% from 182); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4426 is #B3BBD9. Grayscale: #434343. Windows color (decimal): -11779034 or 2507852. OLE color: 2507852.
HSL color Cylindrical-coordinate representation of color #4C4426: hue angle of 47.37º 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 #4C4426 is Cyan = 0, Magento = 0.11, Yellow = 0.5 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 68 | 38 | - |
| CMYK | 0 | 0.11 | 0.5 | 0.70 |
| HSL | 47.37º | 0.33% | 0.22% | - |
| HSV(B) | 47.37º | 0.5% | 0.3% | - |
| XYZ | 5.4 | 5.81 | 2.67 | - |
| YUV | 66.97 | 111.65 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 68 | 38 | 0 | 0.11 | 0.5 | 0.70 | 47.37 | 0.33 | 0.22 |
| Hex | 4C | 44 | 26 | 0 | B | 32 | 46 | 2F | 21 | 16 |
| Octal | 114 | 104 | 46 | 0 | 13 | 62 | 106 | 57 | 41 | 26 |
| Binary | 1001100 | 1000100 | 100110 | 0 | 1011 | 110010 | 1000110 | 101111 | 100001 | 10110 |
Color Harmonies of #4C4426
Complementary color
Monochromatic Colors of #4C4426
Black with #4C4426
Text Example
Text Example
White with #4C4426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4426; }
p { color: rgb(76,68,38); }
H1.HeaderClassName
{
color: #4C4426;
}
.AnyTagClassName
{
color: #4C4426;
}
</style>
background-color css
<style>
a { background-color: #4C4426; }
a { background-color: rgb(76,68,38); }
div.DivClassName
{
background-color: #4C4426;
}
.BgClassName
{
background-color: #4C4426;
}
</style>
border-color css
<style>
span { border-color: #4C4426; }
span { border-color: rgb(76,68,38); }
td.TdClassName
{
border-color: #4C4426;
}
.TagClassName
{
border-color: #4C4426;
}
</style>