Shades of Paco #503C35
Tints of Paco #503C35
RGB
CMYK
RGB Variations
Color information
#503C35 (or 0x503C35) is known color: Paco. HEX triplet: 50, 3C and 35. RGB value is (80,60,53). Sum of RGB (Red+Green+Blue) = 80+60+53=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 60 (23.83% from 255 or 31.09% from 193); Blue value is 53 (21.09% from 255 or 27.46% from 193); Max value from RGB is 80 - color contains mainly: red. Hex color #503C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503C35 is #AFC3CA. Grayscale: #414141. Windows color (decimal): -11518923 or 3488848. OLE color: 3488848.
HSL color Cylindrical-coordinate representation of color #503C35: hue angle of 15.56º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #503C35 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 60 | 53 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.69 |
| HSL | 15.56º | 0.2% | 0.26% | - |
| HSV(B) | 15.56º | 0.34% | 0.31% | - |
| XYZ | 5.57 | 5.19 | 4.08 | - |
| YUV | 65.18 | 121.13 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 60 | 53 | 0 | 0.25 | 0.34 | 0.69 | 15.56 | 0.2 | 0.26 |
| Hex | 50 | 3C | 35 | 0 | 19 | 22 | 45 | 10 | 14 | 1A |
| Octal | 120 | 74 | 65 | 0 | 31 | 42 | 105 | 20 | 24 | 32 |
| Binary | 1010000 | 111100 | 110101 | 0 | 11001 | 100010 | 1000101 | 10000 | 10100 | 11010 |
Color Harmonies of #503C35
Complementary color
Monochromatic Colors of #503C35
Black with #503C35
Text Example
Text Example
White with #503C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503C35; }
p { color: rgb(80,60,53); }
H1.HeaderClassName
{
color: #503C35;
}
.AnyTagClassName
{
color: #503C35;
}
</style>
background-color css
<style>
a { background-color: #503C35; }
a { background-color: rgb(80,60,53); }
div.DivClassName
{
background-color: #503C35;
}
.BgClassName
{
background-color: #503C35;
}
</style>
border-color css
<style>
span { border-color: #503C35; }
span { border-color: rgb(80,60,53); }
td.TdClassName
{
border-color: #503C35;
}
.TagClassName
{
border-color: #503C35;
}
</style>