Shades of Onion #4B3F29
Tints of Onion #4B3F29
RGB
CMYK
RGB Variations
Color information
#4B3F29 (or 0x4B3F29) is known color: Onion. HEX triplet: 4B, 3F and 29. RGB value is (75,63,41). Sum of RGB (Red+Green+Blue) = 75+63+41=179 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.90% from 179); Green value is 63 (25% from 255 or 35.20% from 179); Blue value is 41 (16.41% from 255 or 22.91% from 179); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3F29 is #B4C0D6. Grayscale: #404040. Windows color (decimal): -11845847 or 2703179. OLE color: 2703179.
HSL color Cylindrical-coordinate representation of color #4B3F29: hue angle of 38.82º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4B3F29 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 63 | 41 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.71 |
| HSL | 38.82º | 0.29% | 0.23% | - |
| HSV(B) | 38.82º | 0.45% | 0.29% | - |
| XYZ | 5.08 | 5.21 | 2.84 | - |
| YUV | 64.08 | 114.98 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 63 | 41 | 0 | 0.16 | 0.45 | 0.71 | 38.82 | 0.29 | 0.23 |
| Hex | 4B | 3F | 29 | 0 | 10 | 2D | 47 | 27 | 1D | 17 |
| Octal | 113 | 77 | 51 | 0 | 20 | 55 | 107 | 47 | 35 | 27 |
| Binary | 1001011 | 111111 | 101001 | 0 | 10000 | 101101 | 1000111 | 100111 | 11101 | 10111 |
Color Harmonies of #4B3F29
Complementary color
Monochromatic Colors of #4B3F29
Black with #4B3F29
Text Example
Text Example
White with #4B3F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3F29; }
p { color: rgb(75,63,41); }
H1.HeaderClassName
{
color: #4B3F29;
}
.AnyTagClassName
{
color: #4B3F29;
}
</style>
background-color css
<style>
a { background-color: #4B3F29; }
a { background-color: rgb(75,63,41); }
div.DivClassName
{
background-color: #4B3F29;
}
.BgClassName
{
background-color: #4B3F29;
}
</style>
border-color css
<style>
span { border-color: #4B3F29; }
span { border-color: rgb(75,63,41); }
td.TdClassName
{
border-color: #4B3F29;
}
.TagClassName
{
border-color: #4B3F29;
}
</style>