Shades of Onion #4C442D
Tints of Onion #4C442D
RGB
CMYK
RGB Variations
Color information
#4C442D (or 0x4C442D) is known color: Onion. HEX triplet: 4C, 44 and 2D. RGB value is (76,68,45). Sum of RGB (Red+Green+Blue) = 76+68+45=189 (25% of max value = 765). Red value is 76 (30.08% from 255 or 40.21% from 189); Green value is 68 (26.95% from 255 or 35.98% from 189); Blue value is 45 (17.97% from 255 or 23.81% from 189); Max value from RGB is 76 - color contains mainly: red. Hex color #4C442D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C442D is #B3BBD2. Grayscale: #434343. Windows color (decimal): -11779027 or 2966604. OLE color: 2966604.
HSL color Cylindrical-coordinate representation of color #4C442D: hue angle of 44.52º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4C442D is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 68 | 45 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.70 |
| HSL | 44.52º | 0.26% | 0.24% | - |
| HSV(B) | 44.52º | 0.41% | 0.3% | - |
| XYZ | 5.52 | 5.86 | 3.32 | - |
| YUV | 67.77 | 115.15 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 68 | 45 | 0 | 0.11 | 0.41 | 0.70 | 44.52 | 0.26 | 0.24 |
| Hex | 4C | 44 | 2D | 0 | B | 29 | 46 | 2D | 1A | 18 |
| Octal | 114 | 104 | 55 | 0 | 13 | 51 | 106 | 55 | 32 | 30 |
| Binary | 1001100 | 1000100 | 101101 | 0 | 1011 | 101001 | 1000110 | 101101 | 11010 | 11000 |
Color Harmonies of #4C442D
Complementary color
Monochromatic Colors of #4C442D
Black with #4C442D
Text Example
Text Example
White with #4C442D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C442D; }
p { color: rgb(76,68,45); }
H1.HeaderClassName
{
color: #4C442D;
}
.AnyTagClassName
{
color: #4C442D;
}
</style>
background-color css
<style>
a { background-color: #4C442D; }
a { background-color: rgb(76,68,45); }
div.DivClassName
{
background-color: #4C442D;
}
.BgClassName
{
background-color: #4C442D;
}
</style>
border-color css
<style>
span { border-color: #4C442D; }
span { border-color: rgb(76,68,45); }
td.TdClassName
{
border-color: #4C442D;
}
.TagClassName
{
border-color: #4C442D;
}
</style>