Shades of Onion #4B4528
Tints of Onion #4B4528
RGB
CMYK
RGB Variations
Color information
#4B4528 (or 0x4B4528) is known color: Onion. HEX triplet: 4B, 45 and 28. RGB value is (75,69,40). Sum of RGB (Red+Green+Blue) = 75+69+40=184 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.76% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 40 (16.02% from 255 or 21.74% from 184); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4528 is #B4BAD7. Grayscale: #434343. Windows color (decimal): -11844312 or 2639179. OLE color: 2639179.
HSL color Cylindrical-coordinate representation of color #4B4528: hue angle of 49.71º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B4528 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 69 | 40 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.71 |
| HSL | 49.71º | 0.3% | 0.23% | - |
| HSV(B) | 49.71º | 0.47% | 0.29% | - |
| XYZ | 5.41 | 5.91 | 2.86 | - |
| YUV | 67.49 | 112.49 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 69 | 40 | 0 | 0.08 | 0.47 | 0.71 | 49.71 | 0.3 | 0.23 |
| Hex | 4B | 45 | 28 | 0 | 8 | 2F | 47 | 32 | 1E | 17 |
| Octal | 113 | 105 | 50 | 0 | 10 | 57 | 107 | 62 | 36 | 27 |
| Binary | 1001011 | 1000101 | 101000 | 0 | 1000 | 101111 | 1000111 | 110010 | 11110 | 10111 |
Color Harmonies of #4B4528
Complementary color
Monochromatic Colors of #4B4528
Black with #4B4528
Text Example
Text Example
White with #4B4528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4528; }
p { color: rgb(75,69,40); }
H1.HeaderClassName
{
color: #4B4528;
}
.AnyTagClassName
{
color: #4B4528;
}
</style>
background-color css
<style>
a { background-color: #4B4528; }
a { background-color: rgb(75,69,40); }
div.DivClassName
{
background-color: #4B4528;
}
.BgClassName
{
background-color: #4B4528;
}
</style>
border-color css
<style>
span { border-color: #4B4528; }
span { border-color: rgb(75,69,40); }
td.TdClassName
{
border-color: #4B4528;
}
.TagClassName
{
border-color: #4B4528;
}
</style>