Shades of Onion #4A4233
Tints of Onion #4A4233
RGB
CMYK
RGB Variations
Color information
#4A4233 (or 0x4A4233) is known color: Onion. HEX triplet: 4A, 42 and 33. RGB value is (74,66,51). Sum of RGB (Red+Green+Blue) = 74+66+51=191 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.74% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 51 (20.31% from 255 or 26.70% from 191); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4233 is #B5BDCC. Grayscale: #424242. Windows color (decimal): -11910605 or 3359306. OLE color: 3359306.
HSL color Cylindrical-coordinate representation of color #4A4233: hue angle of 39.13º 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 #4A4233 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 66 | 51 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.71 |
| HSL | 39.13º | 0.18% | 0.25% | - |
| HSV(B) | 39.13º | 0.31% | 0.29% | - |
| XYZ | 5.37 | 5.59 | 3.93 | - |
| YUV | 66.68 | 119.15 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 66 | 51 | 0 | 0.11 | 0.31 | 0.71 | 39.13 | 0.18 | 0.25 |
| Hex | 4A | 42 | 33 | 0 | B | 1F | 47 | 27 | 12 | 19 |
| Octal | 112 | 102 | 63 | 0 | 13 | 37 | 107 | 47 | 22 | 31 |
| Binary | 1001010 | 1000010 | 110011 | 0 | 1011 | 11111 | 1000111 | 100111 | 10010 | 11001 |
Color Harmonies of #4A4233
Complementary color
Monochromatic Colors of #4A4233
Black with #4A4233
Text Example
Text Example
White with #4A4233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4233; }
p { color: rgb(74,66,51); }
H1.HeaderClassName
{
color: #4A4233;
}
.AnyTagClassName
{
color: #4A4233;
}
</style>
background-color css
<style>
a { background-color: #4A4233; }
a { background-color: rgb(74,66,51); }
div.DivClassName
{
background-color: #4A4233;
}
.BgClassName
{
background-color: #4A4233;
}
</style>
border-color css
<style>
span { border-color: #4A4233; }
span { border-color: rgb(74,66,51); }
td.TdClassName
{
border-color: #4A4233;
}
.TagClassName
{
border-color: #4A4233;
}
</style>