Shades of Onion #4F4529
Tints of Onion #4F4529
RGB
CMYK
RGB Variations
Color information
#4F4529 (or 0x4F4529) is known color: Onion. HEX triplet: 4F, 45 and 29. RGB value is (79,69,41). Sum of RGB (Red+Green+Blue) = 79+69+41=189 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.80% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 41 (16.41% from 255 or 21.69% from 189); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4529 is #B0BAD6. Grayscale: #444444. Windows color (decimal): -11582167 or 2704719. OLE color: 2704719.
HSL color Cylindrical-coordinate representation of color #4F4529: hue angle of 44.21º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F4529 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 69 | 41 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.69 |
| HSL | 44.21º | 0.32% | 0.24% | - |
| HSV(B) | 44.21º | 0.48% | 0.31% | - |
| XYZ | 5.75 | 6.08 | 2.97 | - |
| YUV | 68.8 | 112.31 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 69 | 41 | 0 | 0.13 | 0.48 | 0.69 | 44.21 | 0.32 | 0.24 |
| Hex | 4F | 45 | 29 | 0 | D | 30 | 45 | 2C | 20 | 18 |
| Octal | 117 | 105 | 51 | 0 | 15 | 60 | 105 | 54 | 40 | 30 |
| Binary | 1001111 | 1000101 | 101001 | 0 | 1101 | 110000 | 1000101 | 101100 | 100000 | 11000 |
Color Harmonies of #4F4529
Complementary color
Monochromatic Colors of #4F4529
Black with #4F4529
Text Example
Text Example
White with #4F4529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4529; }
p { color: rgb(79,69,41); }
H1.HeaderClassName
{
color: #4F4529;
}
.AnyTagClassName
{
color: #4F4529;
}
</style>
background-color css
<style>
a { background-color: #4F4529; }
a { background-color: rgb(79,69,41); }
div.DivClassName
{
background-color: #4F4529;
}
.BgClassName
{
background-color: #4F4529;
}
</style>
border-color css
<style>
span { border-color: #4F4529; }
span { border-color: rgb(79,69,41); }
td.TdClassName
{
border-color: #4F4529;
}
.TagClassName
{
border-color: #4F4529;
}
</style>