Shades of Onion #4D4426
Tints of Onion #4D4426
RGB
CMYK
RGB Variations
Color information
#4D4426 (or 0x4D4426) is known color: Onion. HEX triplet: 4D, 44 and 26. RGB value is (77,68,38). Sum of RGB (Red+Green+Blue) = 77+68+38=183 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.08% from 183); Green value is 68 (26.95% from 255 or 37.16% from 183); Blue value is 38 (15.23% from 255 or 20.77% from 183); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4426 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4426 is #B2BBD9. Grayscale: #434343. Windows color (decimal): -11713498 or 2507853. OLE color: 2507853.
HSL color Cylindrical-coordinate representation of color #4D4426: hue angle of 46.15º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D4426 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 68 | 38 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.70 |
| HSL | 46.15º | 0.34% | 0.23% | - |
| HSV(B) | 46.15º | 0.51% | 0.3% | - |
| XYZ | 5.48 | 5.85 | 2.67 | - |
| YUV | 67.27 | 111.48 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 68 | 38 | 0 | 0.12 | 0.51 | 0.70 | 46.15 | 0.34 | 0.23 |
| Hex | 4D | 44 | 26 | 0 | C | 33 | 46 | 2E | 22 | 17 |
| Octal | 115 | 104 | 46 | 0 | 14 | 63 | 106 | 56 | 42 | 27 |
| Binary | 1001101 | 1000100 | 100110 | 0 | 1100 | 110011 | 1000110 | 101110 | 100010 | 10111 |
Color Harmonies of #4D4426
Complementary color
Monochromatic Colors of #4D4426
Black with #4D4426
Text Example
Text Example
White with #4D4426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4426; }
p { color: rgb(77,68,38); }
H1.HeaderClassName
{
color: #4D4426;
}
.AnyTagClassName
{
color: #4D4426;
}
</style>
background-color css
<style>
a { background-color: #4D4426; }
a { background-color: rgb(77,68,38); }
div.DivClassName
{
background-color: #4D4426;
}
.BgClassName
{
background-color: #4D4426;
}
</style>
border-color css
<style>
span { border-color: #4D4426; }
span { border-color: rgb(77,68,38); }
td.TdClassName
{
border-color: #4D4426;
}
.TagClassName
{
border-color: #4D4426;
}
</style>