Shades of Onion #4D4526
Tints of Onion #4D4526
RGB
CMYK
RGB Variations
Color information
#4D4526 (or 0x4D4526) is known color: Onion. HEX triplet: 4D, 45 and 26. RGB value is (77,69,38). Sum of RGB (Red+Green+Blue) = 77+69+38=184 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.85% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 38 (15.23% from 255 or 20.65% from 184); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4526 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4526 is #B2BAD9. Grayscale: #434343. Windows color (decimal): -11713242 or 2508109. OLE color: 2508109.
HSL color Cylindrical-coordinate representation of color #4D4526: hue angle of 47.69º 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 #4D4526 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 69 | 38 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.70 |
| HSL | 47.69º | 0.34% | 0.23% | - |
| HSV(B) | 47.69º | 0.51% | 0.3% | - |
| XYZ | 5.54 | 5.97 | 2.69 | - |
| YUV | 67.86 | 111.15 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 69 | 38 | 0 | 0.10 | 0.51 | 0.70 | 47.69 | 0.34 | 0.23 |
| Hex | 4D | 45 | 26 | 0 | A | 33 | 46 | 30 | 22 | 17 |
| Octal | 115 | 105 | 46 | 0 | 12 | 63 | 106 | 60 | 42 | 27 |
| Binary | 1001101 | 1000101 | 100110 | 0 | 1010 | 110011 | 1000110 | 110000 | 100010 | 10111 |
Color Harmonies of #4D4526
Complementary color
Monochromatic Colors of #4D4526
Black with #4D4526
Text Example
Text Example
White with #4D4526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4526; }
p { color: rgb(77,69,38); }
H1.HeaderClassName
{
color: #4D4526;
}
.AnyTagClassName
{
color: #4D4526;
}
</style>
background-color css
<style>
a { background-color: #4D4526; }
a { background-color: rgb(77,69,38); }
div.DivClassName
{
background-color: #4D4526;
}
.BgClassName
{
background-color: #4D4526;
}
</style>
border-color css
<style>
span { border-color: #4D4526; }
span { border-color: rgb(77,69,38); }
td.TdClassName
{
border-color: #4D4526;
}
.TagClassName
{
border-color: #4D4526;
}
</style>