Shades of Onion #4A4433
Tints of Onion #4A4433
RGB
CMYK
RGB Variations
Color information
#4A4433 (or 0x4A4433) is known color: Onion. HEX triplet: 4A, 44 and 33. RGB value is (74,68,51). Sum of RGB (Red+Green+Blue) = 74+68+51=193 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.34% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 51 (20.31% from 255 or 26.42% from 193); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4433 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4433 is #B5BBCC. Grayscale: #434343. Windows color (decimal): -11910093 or 3359818. OLE color: 3359818.
HSL color Cylindrical-coordinate representation of color #4A4433: hue angle of 44.35º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4A4433 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 68 | 51 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.71 |
| HSL | 44.35º | 0.18% | 0.25% | - |
| HSV(B) | 44.35º | 0.31% | 0.29% | - |
| XYZ | 5.49 | 5.83 | 3.97 | - |
| YUV | 67.86 | 118.49 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 68 | 51 | 0 | 0.08 | 0.31 | 0.71 | 44.35 | 0.18 | 0.25 |
| Hex | 4A | 44 | 33 | 0 | 8 | 1F | 47 | 2C | 12 | 19 |
| Octal | 112 | 104 | 63 | 0 | 10 | 37 | 107 | 54 | 22 | 31 |
| Binary | 1001010 | 1000100 | 110011 | 0 | 1000 | 11111 | 1000111 | 101100 | 10010 | 11001 |
Color Harmonies of #4A4433
Complementary color
Monochromatic Colors of #4A4433
Black with #4A4433
Text Example
Text Example
White with #4A4433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4433; }
p { color: rgb(74,68,51); }
H1.HeaderClassName
{
color: #4A4433;
}
.AnyTagClassName
{
color: #4A4433;
}
</style>
background-color css
<style>
a { background-color: #4A4433; }
a { background-color: rgb(74,68,51); }
div.DivClassName
{
background-color: #4A4433;
}
.BgClassName
{
background-color: #4A4433;
}
</style>
border-color css
<style>
span { border-color: #4A4433; }
span { border-color: rgb(74,68,51); }
td.TdClassName
{
border-color: #4A4433;
}
.TagClassName
{
border-color: #4A4433;
}
</style>