Shades of Onion #4B4430
Tints of Onion #4B4430
RGB
CMYK
RGB Variations
Color information
#4B4430 (or 0x4B4430) is known color: Onion. HEX triplet: 4B, 44 and 30. RGB value is (75,68,48). Sum of RGB (Red+Green+Blue) = 75+68+48=191 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.27% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 48 (19.14% from 255 or 25.13% from 191); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4430 is #B4BBCF. Grayscale: #434343. Windows color (decimal): -11844560 or 3163211. OLE color: 3163211.
HSL color Cylindrical-coordinate representation of color #4B4430: hue angle of 44.44º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4B4430 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 68 | 48 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.71 |
| HSL | 44.44º | 0.22% | 0.24% | - |
| HSV(B) | 44.44º | 0.36% | 0.29% | - |
| XYZ | 5.5 | 5.84 | 3.63 | - |
| YUV | 67.81 | 116.82 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 68 | 48 | 0 | 0.09 | 0.36 | 0.71 | 44.44 | 0.22 | 0.24 |
| Hex | 4B | 44 | 30 | 0 | 9 | 24 | 47 | 2C | 16 | 18 |
| Octal | 113 | 104 | 60 | 0 | 11 | 44 | 107 | 54 | 26 | 30 |
| Binary | 1001011 | 1000100 | 110000 | 0 | 1001 | 100100 | 1000111 | 101100 | 10110 | 11000 |
Color Harmonies of #4B4430
Complementary color
Monochromatic Colors of #4B4430
Black with #4B4430
Text Example
Text Example
White with #4B4430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4430; }
p { color: rgb(75,68,48); }
H1.HeaderClassName
{
color: #4B4430;
}
.AnyTagClassName
{
color: #4B4430;
}
</style>
background-color css
<style>
a { background-color: #4B4430; }
a { background-color: rgb(75,68,48); }
div.DivClassName
{
background-color: #4B4430;
}
.BgClassName
{
background-color: #4B4430;
}
</style>
border-color css
<style>
span { border-color: #4B4430; }
span { border-color: rgb(75,68,48); }
td.TdClassName
{
border-color: #4B4430;
}
.TagClassName
{
border-color: #4B4430;
}
</style>