Shades of Paco #503E31
Tints of Paco #503E31
RGB
CMYK
RGB Variations
Color information
#503E31 (or 0x503E31) is known color: Paco. HEX triplet: 50, 3E and 31. RGB value is (80,62,49). Sum of RGB (Red+Green+Blue) = 80+62+49=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 62 (24.61% from 255 or 32.46% from 191); Blue value is 49 (19.53% from 255 or 25.65% from 191); Max value from RGB is 80 - color contains mainly: red. Hex color #503E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503E31 is #AFC1CE. Grayscale: #414141. Windows color (decimal): -11518415 or 3227216. OLE color: 3227216.
HSL color Cylindrical-coordinate representation of color #503E31: hue angle of 25.16º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #503E31 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 62 | 49 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.69 |
| HSL | 25.16º | 0.24% | 0.25% | - |
| HSV(B) | 25.16º | 0.39% | 0.31% | - |
| XYZ | 5.59 | 5.37 | 3.65 | - |
| YUV | 65.9 | 118.46 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 62 | 49 | 0 | 0.22 | 0.39 | 0.69 | 25.16 | 0.24 | 0.25 |
| Hex | 50 | 3E | 31 | 0 | 16 | 27 | 45 | 19 | 18 | 19 |
| Octal | 120 | 76 | 61 | 0 | 26 | 47 | 105 | 31 | 30 | 31 |
| Binary | 1010000 | 111110 | 110001 | 0 | 10110 | 100111 | 1000101 | 11001 | 11000 | 11001 |
Color Harmonies of #503E31
Complementary color
Monochromatic Colors of #503E31
Black with #503E31
Text Example
Text Example
White with #503E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503E31; }
p { color: rgb(80,62,49); }
H1.HeaderClassName
{
color: #503E31;
}
.AnyTagClassName
{
color: #503E31;
}
</style>
background-color css
<style>
a { background-color: #503E31; }
a { background-color: rgb(80,62,49); }
div.DivClassName
{
background-color: #503E31;
}
.BgClassName
{
background-color: #503E31;
}
</style>
border-color css
<style>
span { border-color: #503E31; }
span { border-color: rgb(80,62,49); }
td.TdClassName
{
border-color: #503E31;
}
.TagClassName
{
border-color: #503E31;
}
</style>