Shades of Onion #4D422B
Tints of Onion #4D422B
RGB
CMYK
RGB Variations
Color information
#4D422B (or 0x4D422B) is known color: Onion. HEX triplet: 4D, 42 and 2B. RGB value is (77,66,43). Sum of RGB (Red+Green+Blue) = 77+66+43=186 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.40% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 43 (17.19% from 255 or 23.12% from 186); Max value from RGB is 77 - color contains mainly: red. Hex color #4D422B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D422B is #B2BDD4. Grayscale: #424242. Windows color (decimal): -11714005 or 2835021. OLE color: 2835021.
HSL color Cylindrical-coordinate representation of color #4D422B: hue angle of 40.59º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4D422B is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 66 | 43 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.70 |
| HSL | 40.59º | 0.28% | 0.24% | - |
| HSV(B) | 40.59º | 0.44% | 0.3% | - |
| XYZ | 5.44 | 5.65 | 3.09 | - |
| YUV | 66.67 | 114.64 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 66 | 43 | 0 | 0.14 | 0.44 | 0.70 | 40.59 | 0.28 | 0.24 |
| Hex | 4D | 42 | 2B | 0 | E | 2C | 46 | 29 | 1C | 18 |
| Octal | 115 | 102 | 53 | 0 | 16 | 54 | 106 | 51 | 34 | 30 |
| Binary | 1001101 | 1000010 | 101011 | 0 | 1110 | 101100 | 1000110 | 101001 | 11100 | 11000 |
Color Harmonies of #4D422B
Complementary color
Monochromatic Colors of #4D422B
Black with #4D422B
Text Example
Text Example
White with #4D422B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D422B; }
p { color: rgb(77,66,43); }
H1.HeaderClassName
{
color: #4D422B;
}
.AnyTagClassName
{
color: #4D422B;
}
</style>
background-color css
<style>
a { background-color: #4D422B; }
a { background-color: rgb(77,66,43); }
div.DivClassName
{
background-color: #4D422B;
}
.BgClassName
{
background-color: #4D422B;
}
</style>
border-color css
<style>
span { border-color: #4D422B; }
span { border-color: rgb(77,66,43); }
td.TdClassName
{
border-color: #4D422B;
}
.TagClassName
{
border-color: #4D422B;
}
</style>