Shades of Paco #503F39
Tints of Paco #503F39
RGB
CMYK
RGB Variations
Color information
#503F39 (or 0x503F39) is known color: Paco. HEX triplet: 50, 3F and 39. RGB value is (80,63,57). Sum of RGB (Red+Green+Blue) = 80+63+57=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 63 (25% from 255 or 31.5% from 200); Blue value is 57 (22.66% from 255 or 28.5% from 200); Max value from RGB is 80 - color contains mainly: red. Hex color #503F39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503F39 is #AFC0C6. Grayscale: #434343. Windows color (decimal): -11518151 or 3751760. OLE color: 3751760.
HSL color Cylindrical-coordinate representation of color #503F39: hue angle of 15.65º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #503F39 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 63 | 57 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.69 |
| HSL | 15.65º | 0.17% | 0.27% | - |
| HSV(B) | 15.65º | 0.29% | 0.31% | - |
| XYZ | 5.82 | 5.56 | 4.64 | - |
| YUV | 67.4 | 122.13 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 57 | 0 | 0.21 | 0.29 | 0.69 | 15.65 | 0.17 | 0.27 |
| Hex | 50 | 3F | 39 | 0 | 15 | 1D | 45 | 10 | 11 | 1B |
| Octal | 120 | 77 | 71 | 0 | 25 | 35 | 105 | 20 | 21 | 33 |
| Binary | 1010000 | 111111 | 111001 | 0 | 10101 | 11101 | 1000101 | 10000 | 10001 | 11011 |
Color Harmonies of #503F39
Complementary color
Monochromatic Colors of #503F39
Black with #503F39
Text Example
Text Example
White with #503F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503F39; }
p { color: rgb(80,63,57); }
H1.HeaderClassName
{
color: #503F39;
}
.AnyTagClassName
{
color: #503F39;
}
</style>
background-color css
<style>
a { background-color: #503F39; }
a { background-color: rgb(80,63,57); }
div.DivClassName
{
background-color: #503F39;
}
.BgClassName
{
background-color: #503F39;
}
</style>
border-color css
<style>
span { border-color: #503F39; }
span { border-color: rgb(80,63,57); }
td.TdClassName
{
border-color: #503F39;
}
.TagClassName
{
border-color: #503F39;
}
</style>