Shades of Onion #4F4226
Tints of Onion #4F4226
RGB
CMYK
RGB Variations
Color information
#4F4226 (or 0x4F4226) is known color: Onion. HEX triplet: 4F, 42 and 26. RGB value is (79,66,38). Sum of RGB (Red+Green+Blue) = 79+66+38=183 (24% of max value = 765). Red value is 79 (31.25% from 255 or 43.17% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 38 (15.23% from 255 or 20.77% from 183); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4226 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4226 is #B0BDD9. Grayscale: #424242. Windows color (decimal): -11582938 or 2507343. OLE color: 2507343.
HSL color Cylindrical-coordinate representation of color #4F4226: hue angle of 40.98º degrees, saturation: 0.35, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4F4226 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 66 | 38 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.69 |
| HSL | 40.98º | 0.35% | 0.23% | - |
| HSV(B) | 40.98º | 0.52% | 0.31% | - |
| XYZ | 5.52 | 5.7 | 2.64 | - |
| YUV | 66.7 | 111.81 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 66 | 38 | 0 | 0.16 | 0.52 | 0.69 | 40.98 | 0.35 | 0.23 |
| Hex | 4F | 42 | 26 | 0 | 10 | 34 | 45 | 29 | 23 | 17 |
| Octal | 117 | 102 | 46 | 0 | 20 | 64 | 105 | 51 | 43 | 27 |
| Binary | 1001111 | 1000010 | 100110 | 0 | 10000 | 110100 | 1000101 | 101001 | 100011 | 10111 |
Color Harmonies of #4F4226
Complementary color
Monochromatic Colors of #4F4226
Black with #4F4226
Text Example
Text Example
White with #4F4226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4226; }
p { color: rgb(79,66,38); }
H1.HeaderClassName
{
color: #4F4226;
}
.AnyTagClassName
{
color: #4F4226;
}
</style>
background-color css
<style>
a { background-color: #4F4226; }
a { background-color: rgb(79,66,38); }
div.DivClassName
{
background-color: #4F4226;
}
.BgClassName
{
background-color: #4F4226;
}
</style>
border-color css
<style>
span { border-color: #4F4226; }
span { border-color: rgb(79,66,38); }
td.TdClassName
{
border-color: #4F4226;
}
.TagClassName
{
border-color: #4F4226;
}
</style>