Shades of Onion #4F452A
Tints of Onion #4F452A
RGB
CMYK
RGB Variations
Color information
#4F452A (or 0x4F452A) is known color: Onion. HEX triplet: 4F, 45 and 2A. RGB value is (79,69,42). Sum of RGB (Red+Green+Blue) = 79+69+42=190 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.58% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 42 (16.80% from 255 or 22.11% from 190); Max value from RGB is 79 - color contains mainly: red. Hex color #4F452A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F452A is #B0BAD5. Grayscale: #454545. Windows color (decimal): -11582166 or 2770255. OLE color: 2770255.
HSL color Cylindrical-coordinate representation of color #4F452A: hue angle of 43.78º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F452A is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 69 | 42 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.69 |
| HSL | 43.78º | 0.31% | 0.24% | - |
| HSV(B) | 43.78º | 0.47% | 0.31% | - |
| XYZ | 5.77 | 6.09 | 3.06 | - |
| YUV | 68.91 | 112.81 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 69 | 42 | 0 | 0.13 | 0.47 | 0.69 | 43.78 | 0.31 | 0.24 |
| Hex | 4F | 45 | 2A | 0 | D | 2F | 45 | 2C | 1F | 18 |
| Octal | 117 | 105 | 52 | 0 | 15 | 57 | 105 | 54 | 37 | 30 |
| Binary | 1001111 | 1000101 | 101010 | 0 | 1101 | 101111 | 1000101 | 101100 | 11111 | 11000 |
Color Harmonies of #4F452A
Complementary color
Monochromatic Colors of #4F452A
Black with #4F452A
Text Example
Text Example
White with #4F452A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F452A; }
p { color: rgb(79,69,42); }
H1.HeaderClassName
{
color: #4F452A;
}
.AnyTagClassName
{
color: #4F452A;
}
</style>
background-color css
<style>
a { background-color: #4F452A; }
a { background-color: rgb(79,69,42); }
div.DivClassName
{
background-color: #4F452A;
}
.BgClassName
{
background-color: #4F452A;
}
</style>
border-color css
<style>
span { border-color: #4F452A; }
span { border-color: rgb(79,69,42); }
td.TdClassName
{
border-color: #4F452A;
}
.TagClassName
{
border-color: #4F452A;
}
</style>