Shades of Onion #4D452B
Tints of Onion #4D452B
RGB
CMYK
RGB Variations
Color information
#4D452B (or 0x4D452B) is known color: Onion. HEX triplet: 4D, 45 and 2B. RGB value is (77,69,43). Sum of RGB (Red+Green+Blue) = 77+69+43=189 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.74% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 43 (17.19% from 255 or 22.75% from 189); Max value from RGB is 77 - color contains mainly: red. Hex color #4D452B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D452B is #B2BAD4. Grayscale: #444444. Windows color (decimal): -11713237 or 2835789. OLE color: 2835789.
HSL color Cylindrical-coordinate representation of color #4D452B: hue angle of 45.88º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4D452B is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 69 | 43 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.70 |
| HSL | 45.88º | 0.28% | 0.24% | - |
| HSV(B) | 45.88º | 0.44% | 0.3% | - |
| XYZ | 5.62 | 6.01 | 3.15 | - |
| YUV | 68.43 | 113.65 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 69 | 43 | 0 | 0.10 | 0.44 | 0.70 | 45.88 | 0.28 | 0.24 |
| Hex | 4D | 45 | 2B | 0 | A | 2C | 46 | 2E | 1C | 18 |
| Octal | 115 | 105 | 53 | 0 | 12 | 54 | 106 | 56 | 34 | 30 |
| Binary | 1001101 | 1000101 | 101011 | 0 | 1010 | 101100 | 1000110 | 101110 | 11100 | 11000 |
Color Harmonies of #4D452B
Complementary color
Monochromatic Colors of #4D452B
Black with #4D452B
Text Example
Text Example
White with #4D452B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D452B; }
p { color: rgb(77,69,43); }
H1.HeaderClassName
{
color: #4D452B;
}
.AnyTagClassName
{
color: #4D452B;
}
</style>
background-color css
<style>
a { background-color: #4D452B; }
a { background-color: rgb(77,69,43); }
div.DivClassName
{
background-color: #4D452B;
}
.BgClassName
{
background-color: #4D452B;
}
</style>
border-color css
<style>
span { border-color: #4D452B; }
span { border-color: rgb(77,69,43); }
td.TdClassName
{
border-color: #4D452B;
}
.TagClassName
{
border-color: #4D452B;
}
</style>