Shades of Onion #4E442A
Tints of Onion #4E442A
RGB
CMYK
RGB Variations
Color information
#4E442A (or 0x4E442A) is known color: Onion. HEX triplet: 4E, 44 and 2A. RGB value is (78,68,42). Sum of RGB (Red+Green+Blue) = 78+68+42=188 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.49% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 78 - color contains mainly: red. Hex color #4E442A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E442A is #B1BBD5. Grayscale: #444444. Windows color (decimal): -11647958 or 2769998. OLE color: 2769998.
HSL color Cylindrical-coordinate representation of color #4E442A: hue angle of 43.33º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E442A is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 68 | 42 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.69 |
| HSL | 43.33º | 0.3% | 0.24% | - |
| HSV(B) | 43.33º | 0.46% | 0.31% | - |
| XYZ | 5.63 | 5.92 | 3.04 | - |
| YUV | 68.03 | 113.31 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 68 | 42 | 0 | 0.13 | 0.46 | 0.69 | 43.33 | 0.3 | 0.24 |
| Hex | 4E | 44 | 2A | 0 | D | 2E | 45 | 2B | 1E | 18 |
| Octal | 116 | 104 | 52 | 0 | 15 | 56 | 105 | 53 | 36 | 30 |
| Binary | 1001110 | 1000100 | 101010 | 0 | 1101 | 101110 | 1000101 | 101011 | 11110 | 11000 |
Color Harmonies of #4E442A
Complementary color
Monochromatic Colors of #4E442A
Black with #4E442A
Text Example
Text Example
White with #4E442A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E442A; }
p { color: rgb(78,68,42); }
H1.HeaderClassName
{
color: #4E442A;
}
.AnyTagClassName
{
color: #4E442A;
}
</style>
background-color css
<style>
a { background-color: #4E442A; }
a { background-color: rgb(78,68,42); }
div.DivClassName
{
background-color: #4E442A;
}
.BgClassName
{
background-color: #4E442A;
}
</style>
border-color css
<style>
span { border-color: #4E442A; }
span { border-color: rgb(78,68,42); }
td.TdClassName
{
border-color: #4E442A;
}
.TagClassName
{
border-color: #4E442A;
}
</style>