Shades of Onion #4E442C
Tints of Onion #4E442C
RGB
CMYK
RGB Variations
Color information
#4E442C (or 0x4E442C) is known color: Onion. HEX triplet: 4E, 44 and 2C. RGB value is (78,68,44). Sum of RGB (Red+Green+Blue) = 78+68+44=190 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.05% from 190); Green value is 68 (26.95% from 255 or 35.79% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 78 - color contains mainly: red. Hex color #4E442C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E442C is #B1BBD3. Grayscale: #444444. Windows color (decimal): -11647956 or 2901070. OLE color: 2901070.
HSL color Cylindrical-coordinate representation of color #4E442C: hue angle of 42.35º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4E442C is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 68 | 44 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.69 |
| HSL | 42.35º | 0.28% | 0.24% | - |
| HSV(B) | 42.35º | 0.44% | 0.31% | - |
| XYZ | 5.66 | 5.94 | 3.23 | - |
| YUV | 68.25 | 114.31 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 68 | 44 | 0 | 0.13 | 0.44 | 0.69 | 42.35 | 0.28 | 0.24 |
| Hex | 4E | 44 | 2C | 0 | D | 2C | 45 | 2A | 1C | 18 |
| Octal | 116 | 104 | 54 | 0 | 15 | 54 | 105 | 52 | 34 | 30 |
| Binary | 1001110 | 1000100 | 101100 | 0 | 1101 | 101100 | 1000101 | 101010 | 11100 | 11000 |
Color Harmonies of #4E442C
Complementary color
Monochromatic Colors of #4E442C
Black with #4E442C
Text Example
Text Example
White with #4E442C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E442C; }
p { color: rgb(78,68,44); }
H1.HeaderClassName
{
color: #4E442C;
}
.AnyTagClassName
{
color: #4E442C;
}
</style>
background-color css
<style>
a { background-color: #4E442C; }
a { background-color: rgb(78,68,44); }
div.DivClassName
{
background-color: #4E442C;
}
.BgClassName
{
background-color: #4E442C;
}
</style>
border-color css
<style>
span { border-color: #4E442C; }
span { border-color: rgb(78,68,44); }
td.TdClassName
{
border-color: #4E442C;
}
.TagClassName
{
border-color: #4E442C;
}
</style>