Shades of Onion #4D4328
Tints of Onion #4D4328
RGB
CMYK
RGB Variations
Color information
#4D4328 (or 0x4D4328) is known color: Onion. HEX triplet: 4D, 43 and 28. RGB value is (77,67,40). Sum of RGB (Red+Green+Blue) = 77+67+40=184 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.85% from 184); Green value is 67 (26.56% from 255 or 36.41% from 184); Blue value is 40 (16.02% from 255 or 21.74% from 184); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4328 is #B2BCD7. Grayscale: #434343. Windows color (decimal): -11713752 or 2638669. OLE color: 2638669.
HSL color Cylindrical-coordinate representation of color #4D4328: hue angle of 43.78º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D4328 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 67 | 40 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.70 |
| HSL | 43.78º | 0.32% | 0.23% | - |
| HSV(B) | 43.78º | 0.48% | 0.3% | - |
| XYZ | 5.45 | 5.75 | 2.83 | - |
| YUV | 66.91 | 112.81 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 67 | 40 | 0 | 0.13 | 0.48 | 0.70 | 43.78 | 0.32 | 0.23 |
| Hex | 4D | 43 | 28 | 0 | D | 30 | 46 | 2C | 20 | 17 |
| Octal | 115 | 103 | 50 | 0 | 15 | 60 | 106 | 54 | 40 | 27 |
| Binary | 1001101 | 1000011 | 101000 | 0 | 1101 | 110000 | 1000110 | 101100 | 100000 | 10111 |
Color Harmonies of #4D4328
Complementary color
Monochromatic Colors of #4D4328
Black with #4D4328
Text Example
Text Example
White with #4D4328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4328; }
p { color: rgb(77,67,40); }
H1.HeaderClassName
{
color: #4D4328;
}
.AnyTagClassName
{
color: #4D4328;
}
</style>
background-color css
<style>
a { background-color: #4D4328; }
a { background-color: rgb(77,67,40); }
div.DivClassName
{
background-color: #4D4328;
}
.BgClassName
{
background-color: #4D4328;
}
</style>
border-color css
<style>
span { border-color: #4D4328; }
span { border-color: rgb(77,67,40); }
td.TdClassName
{
border-color: #4D4328;
}
.TagClassName
{
border-color: #4D4328;
}
</style>