Shades of Onion #4E4828
Tints of Onion #4E4828
RGB
CMYK
RGB Variations
Color information
#4E4828 (or 0x4E4828) is known color: Onion. HEX triplet: 4E, 48 and 28. RGB value is (78,72,40). Sum of RGB (Red+Green+Blue) = 78+72+40=190 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.05% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 40 (16.02% from 255 or 21.05% from 190); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4828 is #B1B7D7. Grayscale: #464646. Windows color (decimal): -11646936 or 2639950. OLE color: 2639950.
HSL color Cylindrical-coordinate representation of color #4E4828: hue angle of 50.53º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E4828 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 72 | 40 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.69 |
| HSL | 50.53º | 0.32% | 0.23% | - |
| HSV(B) | 50.53º | 0.49% | 0.31% | - |
| XYZ | 5.84 | 6.41 | 2.94 | - |
| YUV | 70.15 | 110.99 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 72 | 40 | 0 | 0.08 | 0.49 | 0.69 | 50.53 | 0.32 | 0.23 |
| Hex | 4E | 48 | 28 | 0 | 8 | 31 | 45 | 33 | 20 | 17 |
| Octal | 116 | 110 | 50 | 0 | 10 | 61 | 105 | 63 | 40 | 27 |
| Binary | 1001110 | 1001000 | 101000 | 0 | 1000 | 110001 | 1000101 | 110011 | 100000 | 10111 |
Color Harmonies of #4E4828
Complementary color
Monochromatic Colors of #4E4828
Black with #4E4828
Text Example
Text Example
White with #4E4828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4828; }
p { color: rgb(78,72,40); }
H1.HeaderClassName
{
color: #4E4828;
}
.AnyTagClassName
{
color: #4E4828;
}
</style>
background-color css
<style>
a { background-color: #4E4828; }
a { background-color: rgb(78,72,40); }
div.DivClassName
{
background-color: #4E4828;
}
.BgClassName
{
background-color: #4E4828;
}
</style>
border-color css
<style>
span { border-color: #4E4828; }
span { border-color: rgb(78,72,40); }
td.TdClassName
{
border-color: #4E4828;
}
.TagClassName
{
border-color: #4E4828;
}
</style>