Shades of Onion #4D4127
Tints of Onion #4D4127
RGB
CMYK
RGB Variations
Color information
#4D4127 (or 0x4D4127) is known color: Onion. HEX triplet: 4D, 41 and 27. RGB value is (77,65,39). Sum of RGB (Red+Green+Blue) = 77+65+39=181 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.54% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 39 (15.62% from 255 or 21.55% from 181); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4127 is #B2BED8. Grayscale: #414141. Windows color (decimal): -11714265 or 2572621. OLE color: 2572621.
HSL color Cylindrical-coordinate representation of color #4D4127: hue angle of 41.05º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D4127 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 65 | 39 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.70 |
| HSL | 41.05º | 0.33% | 0.23% | - |
| HSV(B) | 41.05º | 0.49% | 0.3% | - |
| XYZ | 5.32 | 5.5 | 2.7 | - |
| YUV | 65.62 | 112.98 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 65 | 39 | 0 | 0.16 | 0.49 | 0.70 | 41.05 | 0.33 | 0.23 |
| Hex | 4D | 41 | 27 | 0 | 10 | 31 | 46 | 29 | 21 | 17 |
| Octal | 115 | 101 | 47 | 0 | 20 | 61 | 106 | 51 | 41 | 27 |
| Binary | 1001101 | 1000001 | 100111 | 0 | 10000 | 110001 | 1000110 | 101001 | 100001 | 10111 |
Color Harmonies of #4D4127
Complementary color
Monochromatic Colors of #4D4127
Black with #4D4127
Text Example
Text Example
White with #4D4127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4127; }
p { color: rgb(77,65,39); }
H1.HeaderClassName
{
color: #4D4127;
}
.AnyTagClassName
{
color: #4D4127;
}
</style>
background-color css
<style>
a { background-color: #4D4127; }
a { background-color: rgb(77,65,39); }
div.DivClassName
{
background-color: #4D4127;
}
.BgClassName
{
background-color: #4D4127;
}
</style>
border-color css
<style>
span { border-color: #4D4127; }
span { border-color: rgb(77,65,39); }
td.TdClassName
{
border-color: #4D4127;
}
.TagClassName
{
border-color: #4D4127;
}
</style>