Shades of Onion #4C4127
Tints of Onion #4C4127
RGB
CMYK
RGB Variations
Color information
#4C4127 (or 0x4C4127) is known color: Onion. HEX triplet: 4C, 41 and 27. RGB value is (76,65,39). Sum of RGB (Red+Green+Blue) = 76+65+39=180 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.22% from 180); Green value is 65 (25.78% from 255 or 36.11% from 180); Blue value is 39 (15.62% from 255 or 21.67% from 180); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4127 is #B3BED8. Grayscale: #414141. Windows color (decimal): -11779801 or 2572620. OLE color: 2572620.
HSL color Cylindrical-coordinate representation of color #4C4127: hue angle of 42.16º degrees, saturation: 0.32, 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 #4C4127 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 65 | 39 | - |
| CMYK | 0 | 0.14 | 0.49 | 0.70 |
| HSL | 42.16º | 0.32% | 0.23% | - |
| HSV(B) | 42.16º | 0.49% | 0.3% | - |
| XYZ | 5.24 | 5.46 | 2.7 | - |
| YUV | 65.33 | 113.14 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 65 | 39 | 0 | 0.14 | 0.49 | 0.70 | 42.16 | 0.32 | 0.23 |
| Hex | 4C | 41 | 27 | 0 | E | 31 | 46 | 2A | 20 | 17 |
| Octal | 114 | 101 | 47 | 0 | 16 | 61 | 106 | 52 | 40 | 27 |
| Binary | 1001100 | 1000001 | 100111 | 0 | 1110 | 110001 | 1000110 | 101010 | 100000 | 10111 |
Color Harmonies of #4C4127
Complementary color
Monochromatic Colors of #4C4127
Black with #4C4127
Text Example
Text Example
White with #4C4127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4127; }
p { color: rgb(76,65,39); }
H1.HeaderClassName
{
color: #4C4127;
}
.AnyTagClassName
{
color: #4C4127;
}
</style>
background-color css
<style>
a { background-color: #4C4127; }
a { background-color: rgb(76,65,39); }
div.DivClassName
{
background-color: #4C4127;
}
.BgClassName
{
background-color: #4C4127;
}
</style>
border-color css
<style>
span { border-color: #4C4127; }
span { border-color: rgb(76,65,39); }
td.TdClassName
{
border-color: #4C4127;
}
.TagClassName
{
border-color: #4C4127;
}
</style>