Shades of Onion #4A442D
Tints of Onion #4A442D
RGB
CMYK
RGB Variations
Color information
#4A442D (or 0x4A442D) is known color: Onion. HEX triplet: 4A, 44 and 2D. RGB value is (74,68,45). Sum of RGB (Red+Green+Blue) = 74+68+45=187 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.57% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 74 - color contains mainly: red. Hex color #4A442D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A442D is #B5BBD2. Grayscale: #434343. Windows color (decimal): -11910099 or 2966602. OLE color: 2966602.
HSL color Cylindrical-coordinate representation of color #4A442D: hue angle of 47.59º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4A442D is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 68 | 45 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.71 |
| HSL | 47.59º | 0.24% | 0.23% | - |
| HSV(B) | 47.59º | 0.39% | 0.29% | - |
| XYZ | 5.36 | 5.78 | 3.32 | - |
| YUV | 67.17 | 115.49 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 68 | 45 | 0 | 0.08 | 0.39 | 0.71 | 47.59 | 0.24 | 0.23 |
| Hex | 4A | 44 | 2D | 0 | 8 | 27 | 47 | 30 | 18 | 17 |
| Octal | 112 | 104 | 55 | 0 | 10 | 47 | 107 | 60 | 30 | 27 |
| Binary | 1001010 | 1000100 | 101101 | 0 | 1000 | 100111 | 1000111 | 110000 | 11000 | 10111 |
Color Harmonies of #4A442D
Complementary color
Monochromatic Colors of #4A442D
Black with #4A442D
Text Example
Text Example
White with #4A442D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A442D; }
p { color: rgb(74,68,45); }
H1.HeaderClassName
{
color: #4A442D;
}
.AnyTagClassName
{
color: #4A442D;
}
</style>
background-color css
<style>
a { background-color: #4A442D; }
a { background-color: rgb(74,68,45); }
div.DivClassName
{
background-color: #4A442D;
}
.BgClassName
{
background-color: #4A442D;
}
</style>
border-color css
<style>
span { border-color: #4A442D; }
span { border-color: rgb(74,68,45); }
td.TdClassName
{
border-color: #4A442D;
}
.TagClassName
{
border-color: #4A442D;
}
</style>