Shades of Onion #504425
Tints of Onion #504425
RGB
CMYK
RGB Variations
Color information
#504425 (or 0x504425) is known color: Onion. HEX triplet: 50, 44 and 25. RGB value is (80,68,37). Sum of RGB (Red+Green+Blue) = 80+68+37=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 68 (26.95% from 255 or 36.76% from 185); Blue value is 37 (14.84% from 255 or 20% from 185); Max value from RGB is 80 - color contains mainly: red. Hex color #504425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504425 is #AFBBDA. Grayscale: #444444. Windows color (decimal): -11516891 or 2442320. OLE color: 2442320.
HSL color Cylindrical-coordinate representation of color #504425: hue angle of 43.26º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #504425 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 68 | 37 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.69 |
| HSL | 43.26º | 0.37% | 0.23% | - |
| HSV(B) | 43.26º | 0.54% | 0.31% | - |
| XYZ | 5.71 | 5.97 | 2.6 | - |
| YUV | 68.05 | 110.48 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 68 | 37 | 0 | 0.15 | 0.54 | 0.69 | 43.26 | 0.37 | 0.23 |
| Hex | 50 | 44 | 25 | 0 | F | 36 | 45 | 2B | 25 | 17 |
| Octal | 120 | 104 | 45 | 0 | 17 | 66 | 105 | 53 | 45 | 27 |
| Binary | 1010000 | 1000100 | 100101 | 0 | 1111 | 110110 | 1000101 | 101011 | 100101 | 10111 |
Color Harmonies of #504425
Complementary color
Monochromatic Colors of #504425
Black with #504425
Text Example
Text Example
White with #504425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504425; }
p { color: rgb(80,68,37); }
H1.HeaderClassName
{
color: #504425;
}
.AnyTagClassName
{
color: #504425;
}
</style>
background-color css
<style>
a { background-color: #504425; }
a { background-color: rgb(80,68,37); }
div.DivClassName
{
background-color: #504425;
}
.BgClassName
{
background-color: #504425;
}
</style>
border-color css
<style>
span { border-color: #504425; }
span { border-color: rgb(80,68,37); }
td.TdClassName
{
border-color: #504425;
}
.TagClassName
{
border-color: #504425;
}
</style>