Shades of Onion #4F4326
Tints of Onion #4F4326
RGB
CMYK
RGB Variations
Color information
#4F4326 (or 0x4F4326) is known color: Onion. HEX triplet: 4F, 43 and 26. RGB value is (79,67,38). Sum of RGB (Red+Green+Blue) = 79+67+38=184 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.93% from 184); Green value is 67 (26.56% from 255 or 36.41% from 184); Blue value is 38 (15.23% from 255 or 20.65% from 184); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4326 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4326 is #B0BCD9. Grayscale: #434343. Windows color (decimal): -11582682 or 2507599. OLE color: 2507599.
HSL color Cylindrical-coordinate representation of color #4F4326: hue angle of 42.44º 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 #4F4326 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 67 | 38 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.69 |
| HSL | 42.44º | 0.35% | 0.23% | - |
| HSV(B) | 42.44º | 0.52% | 0.31% | - |
| XYZ | 5.58 | 5.82 | 2.66 | - |
| YUV | 67.28 | 111.48 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 67 | 38 | 0 | 0.15 | 0.52 | 0.69 | 42.44 | 0.35 | 0.23 |
| Hex | 4F | 43 | 26 | 0 | F | 34 | 45 | 2A | 23 | 17 |
| Octal | 117 | 103 | 46 | 0 | 17 | 64 | 105 | 52 | 43 | 27 |
| Binary | 1001111 | 1000011 | 100110 | 0 | 1111 | 110100 | 1000101 | 101010 | 100011 | 10111 |
Color Harmonies of #4F4326
Complementary color
Monochromatic Colors of #4F4326
Black with #4F4326
Text Example
Text Example
White with #4F4326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4326; }
p { color: rgb(79,67,38); }
H1.HeaderClassName
{
color: #4F4326;
}
.AnyTagClassName
{
color: #4F4326;
}
</style>
background-color css
<style>
a { background-color: #4F4326; }
a { background-color: rgb(79,67,38); }
div.DivClassName
{
background-color: #4F4326;
}
.BgClassName
{
background-color: #4F4326;
}
</style>
border-color css
<style>
span { border-color: #4F4326; }
span { border-color: rgb(79,67,38); }
td.TdClassName
{
border-color: #4F4326;
}
.TagClassName
{
border-color: #4F4326;
}
</style>