Shades of Onion #504327
Tints of Onion #504327
RGB
CMYK
RGB Variations
Color information
#504327 (or 0x504327) is known color: Onion. HEX triplet: 50, 43 and 27. RGB value is (80,67,39). Sum of RGB (Red+Green+Blue) = 80+67+39=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 39 (15.62% from 255 or 20.97% from 186); Max value from RGB is 80 - color contains mainly: red. Hex color #504327 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504327 is #AFBCD8. Grayscale: #434343. Windows color (decimal): -11517145 or 2573136. OLE color: 2573136.
HSL color Cylindrical-coordinate representation of color #504327: hue angle of 40.98º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #504327 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 67 | 39 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.69 |
| HSL | 40.98º | 0.34% | 0.23% | - |
| HSV(B) | 40.98º | 0.51% | 0.31% | - |
| XYZ | 5.68 | 5.87 | 2.75 | - |
| YUV | 67.7 | 111.81 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 67 | 39 | 0 | 0.16 | 0.51 | 0.69 | 40.98 | 0.34 | 0.23 |
| Hex | 50 | 43 | 27 | 0 | 10 | 33 | 45 | 29 | 22 | 17 |
| Octal | 120 | 103 | 47 | 0 | 20 | 63 | 105 | 51 | 42 | 27 |
| Binary | 1010000 | 1000011 | 100111 | 0 | 10000 | 110011 | 1000101 | 101001 | 100010 | 10111 |
Color Harmonies of #504327
Complementary color
Monochromatic Colors of #504327
Black with #504327
Text Example
Text Example
White with #504327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504327; }
p { color: rgb(80,67,39); }
H1.HeaderClassName
{
color: #504327;
}
.AnyTagClassName
{
color: #504327;
}
</style>
background-color css
<style>
a { background-color: #504327; }
a { background-color: rgb(80,67,39); }
div.DivClassName
{
background-color: #504327;
}
.BgClassName
{
background-color: #504327;
}
</style>
border-color css
<style>
span { border-color: #504327; }
span { border-color: rgb(80,67,39); }
td.TdClassName
{
border-color: #504327;
}
.TagClassName
{
border-color: #504327;
}
</style>