Shades of Onion #4B4632
Tints of Onion #4B4632
RGB
CMYK
RGB Variations
Color information
#4B4632 (or 0x4B4632) is known color: Onion. HEX triplet: 4B, 46 and 32. RGB value is (75,70,50). Sum of RGB (Red+Green+Blue) = 75+70+50=195 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.46% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 50 (19.92% from 255 or 25.64% from 195); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4632 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4632 is #B4B9CD. Grayscale: #454545. Windows color (decimal): -11844046 or 3294795. OLE color: 3294795.
HSL color Cylindrical-coordinate representation of color #4B4632: hue angle of 48º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4B4632 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 70 | 50 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.71 |
| HSL | 48º | 0.2% | 0.25% | - |
| HSV(B) | 48º | 0.33% | 0.29% | - |
| XYZ | 5.67 | 6.11 | 3.9 | - |
| YUV | 69.22 | 117.16 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 70 | 50 | 0 | 0.07 | 0.33 | 0.71 | 48 | 0.2 | 0.25 |
| Hex | 4B | 46 | 32 | 0 | 7 | 21 | 47 | 30 | 14 | 19 |
| Octal | 113 | 106 | 62 | 0 | 7 | 41 | 107 | 60 | 24 | 31 |
| Binary | 1001011 | 1000110 | 110010 | 0 | 111 | 100001 | 1000111 | 110000 | 10100 | 11001 |
Color Harmonies of #4B4632
Complementary color
Monochromatic Colors of #4B4632
Black with #4B4632
Text Example
Text Example
White with #4B4632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4632; }
p { color: rgb(75,70,50); }
H1.HeaderClassName
{
color: #4B4632;
}
.AnyTagClassName
{
color: #4B4632;
}
</style>
background-color css
<style>
a { background-color: #4B4632; }
a { background-color: rgb(75,70,50); }
div.DivClassName
{
background-color: #4B4632;
}
.BgClassName
{
background-color: #4B4632;
}
</style>
border-color css
<style>
span { border-color: #4B4632; }
span { border-color: rgb(75,70,50); }
td.TdClassName
{
border-color: #4B4632;
}
.TagClassName
{
border-color: #4B4632;
}
</style>