Shades of Onion #4A442C
Tints of Onion #4A442C
RGB
CMYK
RGB Variations
Color information
#4A442C (or 0x4A442C) is known color: Onion. HEX triplet: 4A, 44 and 2C. RGB value is (74,68,44). Sum of RGB (Red+Green+Blue) = 74+68+44=186 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.78% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 44 (17.58% from 255 or 23.66% from 186); Max value from RGB is 74 - color contains mainly: red. Hex color #4A442C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A442C is #B5BBD3. Grayscale: #434343. Windows color (decimal): -11910100 or 2901066. OLE color: 2901066.
HSL color Cylindrical-coordinate representation of color #4A442C: hue angle of 48º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4A442C is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 68 | 44 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.71 |
| HSL | 48º | 0.25% | 0.23% | - |
| HSV(B) | 48º | 0.41% | 0.29% | - |
| XYZ | 5.35 | 5.77 | 3.22 | - |
| YUV | 67.06 | 114.99 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 68 | 44 | 0 | 0.08 | 0.41 | 0.71 | 48 | 0.25 | 0.23 |
| Hex | 4A | 44 | 2C | 0 | 8 | 29 | 47 | 30 | 19 | 17 |
| Octal | 112 | 104 | 54 | 0 | 10 | 51 | 107 | 60 | 31 | 27 |
| Binary | 1001010 | 1000100 | 101100 | 0 | 1000 | 101001 | 1000111 | 110000 | 11001 | 10111 |
Color Harmonies of #4A442C
Complementary color
Monochromatic Colors of #4A442C
Black with #4A442C
Text Example
Text Example
White with #4A442C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A442C; }
p { color: rgb(74,68,44); }
H1.HeaderClassName
{
color: #4A442C;
}
.AnyTagClassName
{
color: #4A442C;
}
</style>
background-color css
<style>
a { background-color: #4A442C; }
a { background-color: rgb(74,68,44); }
div.DivClassName
{
background-color: #4A442C;
}
.BgClassName
{
background-color: #4A442C;
}
</style>
border-color css
<style>
span { border-color: #4A442C; }
span { border-color: rgb(74,68,44); }
td.TdClassName
{
border-color: #4A442C;
}
.TagClassName
{
border-color: #4A442C;
}
</style>