Shades of Onion #4A4534
Tints of Onion #4A4534
RGB
CMYK
RGB Variations
Color information
#4A4534 (or 0x4A4534) is known color: Onion. HEX triplet: 4A, 45 and 34. RGB value is (74,69,52). Sum of RGB (Red+Green+Blue) = 74+69+52=195 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.95% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 52 (20.70% from 255 or 26.67% from 195); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4534 is #B5BACB. Grayscale: #444444. Windows color (decimal): -11909836 or 3425610. OLE color: 3425610.
HSL color Cylindrical-coordinate representation of color #4A4534: hue angle of 46.36º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4A4534 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 69 | 52 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.71 |
| HSL | 46.36º | 0.17% | 0.25% | - |
| HSV(B) | 46.36º | 0.3% | 0.29% | - |
| XYZ | 5.57 | 5.96 | 4.11 | - |
| YUV | 68.56 | 118.66 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 69 | 52 | 0 | 0.07 | 0.30 | 0.71 | 46.36 | 0.17 | 0.25 |
| Hex | 4A | 45 | 34 | 0 | 7 | 1E | 47 | 2E | 11 | 19 |
| Octal | 112 | 105 | 64 | 0 | 7 | 36 | 107 | 56 | 21 | 31 |
| Binary | 1001010 | 1000101 | 110100 | 0 | 111 | 11110 | 1000111 | 101110 | 10001 | 11001 |
Color Harmonies of #4A4534
Complementary color
Monochromatic Colors of #4A4534
Black with #4A4534
Text Example
Text Example
White with #4A4534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4534; }
p { color: rgb(74,69,52); }
H1.HeaderClassName
{
color: #4A4534;
}
.AnyTagClassName
{
color: #4A4534;
}
</style>
background-color css
<style>
a { background-color: #4A4534; }
a { background-color: rgb(74,69,52); }
div.DivClassName
{
background-color: #4A4534;
}
.BgClassName
{
background-color: #4A4534;
}
</style>
border-color css
<style>
span { border-color: #4A4534; }
span { border-color: rgb(74,69,52); }
td.TdClassName
{
border-color: #4A4534;
}
.TagClassName
{
border-color: #4A4534;
}
</style>