Shades of Onion #4A4128
Tints of Onion #4A4128
RGB
CMYK
RGB Variations
Color information
#4A4128 (or 0x4A4128) is known color: Onion. HEX triplet: 4A, 41 and 28. RGB value is (74,65,40). Sum of RGB (Red+Green+Blue) = 74+65+40=179 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.34% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 40 (16.02% from 255 or 22.35% from 179); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4128 is #B5BED7. Grayscale: #404040. Windows color (decimal): -11910872 or 2638154. OLE color: 2638154.
HSL color Cylindrical-coordinate representation of color #4A4128: hue angle of 44.12º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A4128 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 65 | 40 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.71 |
| HSL | 44.12º | 0.3% | 0.22% | - |
| HSV(B) | 44.12º | 0.46% | 0.29% | - |
| XYZ | 5.1 | 5.39 | 2.78 | - |
| YUV | 64.84 | 113.98 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 65 | 40 | 0 | 0.12 | 0.46 | 0.71 | 44.12 | 0.3 | 0.22 |
| Hex | 4A | 41 | 28 | 0 | C | 2E | 47 | 2C | 1E | 16 |
| Octal | 112 | 101 | 50 | 0 | 14 | 56 | 107 | 54 | 36 | 26 |
| Binary | 1001010 | 1000001 | 101000 | 0 | 1100 | 101110 | 1000111 | 101100 | 11110 | 10110 |
Color Harmonies of #4A4128
Complementary color
Monochromatic Colors of #4A4128
Black with #4A4128
Text Example
Text Example
White with #4A4128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4128; }
p { color: rgb(74,65,40); }
H1.HeaderClassName
{
color: #4A4128;
}
.AnyTagClassName
{
color: #4A4128;
}
</style>
background-color css
<style>
a { background-color: #4A4128; }
a { background-color: rgb(74,65,40); }
div.DivClassName
{
background-color: #4A4128;
}
.BgClassName
{
background-color: #4A4128;
}
</style>
border-color css
<style>
span { border-color: #4A4128; }
span { border-color: rgb(74,65,40); }
td.TdClassName
{
border-color: #4A4128;
}
.TagClassName
{
border-color: #4A4128;
}
</style>