Shades of Onion #4F4627
Tints of Onion #4F4627
RGB
CMYK
RGB Variations
Color information
#4F4627 (or 0x4F4627) is known color: Onion. HEX triplet: 4F, 46 and 27. RGB value is (79,70,39). Sum of RGB (Red+Green+Blue) = 79+70+39=188 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.02% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 39 (15.62% from 255 or 20.74% from 188); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4627 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4627 is #B0B9D8. Grayscale: #454545. Windows color (decimal): -11581913 or 2573903. OLE color: 2573903.
HSL color Cylindrical-coordinate representation of color #4F4627: hue angle of 46.5º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4F4627 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 70 | 39 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.69 |
| HSL | 46.5º | 0.34% | 0.23% | - |
| HSV(B) | 46.5º | 0.51% | 0.31% | - |
| XYZ | 5.78 | 6.19 | 2.81 | - |
| YUV | 69.16 | 110.98 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 70 | 39 | 0 | 0.11 | 0.51 | 0.69 | 46.5 | 0.34 | 0.23 |
| Hex | 4F | 46 | 27 | 0 | B | 33 | 45 | 2E | 22 | 17 |
| Octal | 117 | 106 | 47 | 0 | 13 | 63 | 105 | 56 | 42 | 27 |
| Binary | 1001111 | 1000110 | 100111 | 0 | 1011 | 110011 | 1000101 | 101110 | 100010 | 10111 |
Color Harmonies of #4F4627
Complementary color
Monochromatic Colors of #4F4627
Black with #4F4627
Text Example
Text Example
White with #4F4627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4627; }
p { color: rgb(79,70,39); }
H1.HeaderClassName
{
color: #4F4627;
}
.AnyTagClassName
{
color: #4F4627;
}
</style>
background-color css
<style>
a { background-color: #4F4627; }
a { background-color: rgb(79,70,39); }
div.DivClassName
{
background-color: #4F4627;
}
.BgClassName
{
background-color: #4F4627;
}
</style>
border-color css
<style>
span { border-color: #4F4627; }
span { border-color: rgb(79,70,39); }
td.TdClassName
{
border-color: #4F4627;
}
.TagClassName
{
border-color: #4F4627;
}
</style>