Shades of Onion #4A422F
Tints of Onion #4A422F
RGB
CMYK
RGB Variations
Color information
#4A422F (or 0x4A422F) is known color: Onion. HEX triplet: 4A, 42 and 2F. RGB value is (74,66,47). Sum of RGB (Red+Green+Blue) = 74+66+47=187 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.57% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 74 - color contains mainly: red. Hex color #4A422F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A422F is #B5BDD0. Grayscale: #424242. Windows color (decimal): -11910609 or 3097162. OLE color: 3097162.
HSL color Cylindrical-coordinate representation of color #4A422F: hue angle of 42.22º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4A422F is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 66 | 47 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.71 |
| HSL | 42.22º | 0.22% | 0.24% | - |
| HSV(B) | 42.22º | 0.36% | 0.29% | - |
| XYZ | 5.29 | 5.56 | 3.48 | - |
| YUV | 66.23 | 117.15 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 66 | 47 | 0 | 0.11 | 0.36 | 0.71 | 42.22 | 0.22 | 0.24 |
| Hex | 4A | 42 | 2F | 0 | B | 24 | 47 | 2A | 16 | 18 |
| Octal | 112 | 102 | 57 | 0 | 13 | 44 | 107 | 52 | 26 | 30 |
| Binary | 1001010 | 1000010 | 101111 | 0 | 1011 | 100100 | 1000111 | 101010 | 10110 | 11000 |
Color Harmonies of #4A422F
Complementary color
Monochromatic Colors of #4A422F
Black with #4A422F
Text Example
Text Example
White with #4A422F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A422F; }
p { color: rgb(74,66,47); }
H1.HeaderClassName
{
color: #4A422F;
}
.AnyTagClassName
{
color: #4A422F;
}
</style>
background-color css
<style>
a { background-color: #4A422F; }
a { background-color: rgb(74,66,47); }
div.DivClassName
{
background-color: #4A422F;
}
.BgClassName
{
background-color: #4A422F;
}
</style>
border-color css
<style>
span { border-color: #4A422F; }
span { border-color: rgb(74,66,47); }
td.TdClassName
{
border-color: #4A422F;
}
.TagClassName
{
border-color: #4A422F;
}
</style>