Shades of Onion #4A4634
Tints of Onion #4A4634
RGB
CMYK
RGB Variations
Color information
#4A4634 (or 0x4A4634) is known color: Onion. HEX triplet: 4A, 46 and 34. RGB value is (74,70,52). Sum of RGB (Red+Green+Blue) = 74+70+52=196 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.76% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 52 (20.70% from 255 or 26.53% from 196); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4634 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4634 is #B5B9CB. Grayscale: #454545. Windows color (decimal): -11909580 or 3425866. OLE color: 3425866.
HSL color Cylindrical-coordinate representation of color #4A4634: hue angle of 49.09º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4A4634 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 70 | 52 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.71 |
| HSL | 49.09º | 0.17% | 0.25% | - |
| HSV(B) | 49.09º | 0.3% | 0.29% | - |
| XYZ | 5.63 | 6.08 | 4.13 | - |
| YUV | 69.14 | 118.33 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 70 | 52 | 0 | 0.05 | 0.30 | 0.71 | 49.09 | 0.17 | 0.25 |
| Hex | 4A | 46 | 34 | 0 | 5 | 1E | 47 | 31 | 11 | 19 |
| Octal | 112 | 106 | 64 | 0 | 5 | 36 | 107 | 61 | 21 | 31 |
| Binary | 1001010 | 1000110 | 110100 | 0 | 101 | 11110 | 1000111 | 110001 | 10001 | 11001 |
Color Harmonies of #4A4634
Complementary color
Monochromatic Colors of #4A4634
Black with #4A4634
Text Example
Text Example
White with #4A4634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4634; }
p { color: rgb(74,70,52); }
H1.HeaderClassName
{
color: #4A4634;
}
.AnyTagClassName
{
color: #4A4634;
}
</style>
background-color css
<style>
a { background-color: #4A4634; }
a { background-color: rgb(74,70,52); }
div.DivClassName
{
background-color: #4A4634;
}
.BgClassName
{
background-color: #4A4634;
}
</style>
border-color css
<style>
span { border-color: #4A4634; }
span { border-color: rgb(74,70,52); }
td.TdClassName
{
border-color: #4A4634;
}
.TagClassName
{
border-color: #4A4634;
}
</style>