Shades of Paco #503E32
Tints of Paco #503E32
RGB
CMYK
RGB Variations
Color information
#503E32 (or 0x503E32) is known color: Paco. HEX triplet: 50, 3E and 32. RGB value is (80,62,50). Sum of RGB (Red+Green+Blue) = 80+62+50=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 62 (24.61% from 255 or 32.29% from 192); Blue value is 50 (19.92% from 255 or 26.04% from 192); Max value from RGB is 80 - color contains mainly: red. Hex color #503E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503E32 is #AFC1CD. Grayscale: #424242. Windows color (decimal): -11518414 or 3292752. OLE color: 3292752.
HSL color Cylindrical-coordinate representation of color #503E32: hue angle of 24º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #503E32 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 62 | 50 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.69 |
| HSL | 24º | 0.23% | 0.25% | - |
| HSV(B) | 24º | 0.38% | 0.31% | - |
| XYZ | 5.61 | 5.38 | 3.76 | - |
| YUV | 66.01 | 118.96 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 62 | 50 | 0 | 0.22 | 0.37 | 0.69 | 24 | 0.23 | 0.25 |
| Hex | 50 | 3E | 32 | 0 | 16 | 25 | 45 | 18 | 17 | 19 |
| Octal | 120 | 76 | 62 | 0 | 26 | 45 | 105 | 30 | 27 | 31 |
| Binary | 1010000 | 111110 | 110010 | 0 | 10110 | 100101 | 1000101 | 11000 | 10111 | 11001 |
Color Harmonies of #503E32
Complementary color
Monochromatic Colors of #503E32
Black with #503E32
Text Example
Text Example
White with #503E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503E32; }
p { color: rgb(80,62,50); }
H1.HeaderClassName
{
color: #503E32;
}
.AnyTagClassName
{
color: #503E32;
}
</style>
background-color css
<style>
a { background-color: #503E32; }
a { background-color: rgb(80,62,50); }
div.DivClassName
{
background-color: #503E32;
}
.BgClassName
{
background-color: #503E32;
}
</style>
border-color css
<style>
span { border-color: #503E32; }
span { border-color: rgb(80,62,50); }
td.TdClassName
{
border-color: #503E32;
}
.TagClassName
{
border-color: #503E32;
}
</style>