Shades of Onion #4C4525
Tints of Onion #4C4525
RGB
CMYK
RGB Variations
Color information
#4C4525 (or 0x4C4525) is known color: Onion. HEX triplet: 4C, 45 and 25. RGB value is (76,69,37). Sum of RGB (Red+Green+Blue) = 76+69+37=182 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.76% from 182); Green value is 69 (27.34% from 255 or 37.91% from 182); Blue value is 37 (14.84% from 255 or 20.33% from 182); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4525 is #B3BADA. Grayscale: #434343. Windows color (decimal): -11778779 or 2442572. OLE color: 2442572.
HSL color Cylindrical-coordinate representation of color #4C4525: hue angle of 49.23º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C4525 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 69 | 37 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.70 |
| HSL | 49.23º | 0.35% | 0.22% | - |
| HSV(B) | 49.23º | 0.51% | 0.3% | - |
| XYZ | 5.44 | 5.93 | 2.61 | - |
| YUV | 67.45 | 110.82 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 69 | 37 | 0 | 0.09 | 0.51 | 0.70 | 49.23 | 0.35 | 0.22 |
| Hex | 4C | 45 | 25 | 0 | 9 | 33 | 46 | 31 | 23 | 16 |
| Octal | 114 | 105 | 45 | 0 | 11 | 63 | 106 | 61 | 43 | 26 |
| Binary | 1001100 | 1000101 | 100101 | 0 | 1001 | 110011 | 1000110 | 110001 | 100011 | 10110 |
Color Harmonies of #4C4525
Complementary color
Monochromatic Colors of #4C4525
Black with #4C4525
Text Example
Text Example
White with #4C4525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4525; }
p { color: rgb(76,69,37); }
H1.HeaderClassName
{
color: #4C4525;
}
.AnyTagClassName
{
color: #4C4525;
}
</style>
background-color css
<style>
a { background-color: #4C4525; }
a { background-color: rgb(76,69,37); }
div.DivClassName
{
background-color: #4C4525;
}
.BgClassName
{
background-color: #4C4525;
}
</style>
border-color css
<style>
span { border-color: #4C4525; }
span { border-color: rgb(76,69,37); }
td.TdClassName
{
border-color: #4C4525;
}
.TagClassName
{
border-color: #4C4525;
}
</style>