Shades of Onion #4D4730
Tints of Onion #4D4730
RGB
CMYK
RGB Variations
Color information
#4D4730 (or 0x4D4730) is known color: Onion. HEX triplet: 4D, 47 and 30. RGB value is (77,71,48). Sum of RGB (Red+Green+Blue) = 77+71+48=196 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.29% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 48 (19.14% from 255 or 24.49% from 196); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4730 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4730 is #B2B8CF. Grayscale: #464646. Windows color (decimal): -11712720 or 3163981. OLE color: 3163981.
HSL color Cylindrical-coordinate representation of color #4D4730: hue angle of 47.59º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4D4730 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 71 | 48 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.70 |
| HSL | 47.59º | 0.23% | 0.25% | - |
| HSV(B) | 47.59º | 0.38% | 0.3% | - |
| XYZ | 5.85 | 6.3 | 3.7 | - |
| YUV | 70.17 | 115.49 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 71 | 48 | 0 | 0.08 | 0.38 | 0.70 | 47.59 | 0.23 | 0.25 |
| Hex | 4D | 47 | 30 | 0 | 8 | 26 | 46 | 30 | 17 | 19 |
| Octal | 115 | 107 | 60 | 0 | 10 | 46 | 106 | 60 | 27 | 31 |
| Binary | 1001101 | 1000111 | 110000 | 0 | 1000 | 100110 | 1000110 | 110000 | 10111 | 11001 |
Color Harmonies of #4D4730
Complementary color
Monochromatic Colors of #4D4730
Black with #4D4730
Text Example
Text Example
White with #4D4730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4730; }
p { color: rgb(77,71,48); }
H1.HeaderClassName
{
color: #4D4730;
}
.AnyTagClassName
{
color: #4D4730;
}
</style>
background-color css
<style>
a { background-color: #4D4730; }
a { background-color: rgb(77,71,48); }
div.DivClassName
{
background-color: #4D4730;
}
.BgClassName
{
background-color: #4D4730;
}
</style>
border-color css
<style>
span { border-color: #4D4730; }
span { border-color: rgb(77,71,48); }
td.TdClassName
{
border-color: #4D4730;
}
.TagClassName
{
border-color: #4D4730;
}
</style>