Shades of Paco #503C31
Tints of Paco #503C31
RGB
CMYK
RGB Variations
Color information
#503C31 (or 0x503C31) is known color: Paco. HEX triplet: 50, 3C and 31. RGB value is (80,60,49). Sum of RGB (Red+Green+Blue) = 80+60+49=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 60 (23.83% from 255 or 31.75% from 189); Blue value is 49 (19.53% from 255 or 25.93% from 189); Max value from RGB is 80 - color contains mainly: red. Hex color #503C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503C31 is #AFC3CE. Grayscale: #404040. Windows color (decimal): -11518927 or 3226704. OLE color: 3226704.
HSL color Cylindrical-coordinate representation of color #503C31: hue angle of 21.29º 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 #503C31 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 60 | 49 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.69 |
| HSL | 21.29º | 0.24% | 0.25% | - |
| HSV(B) | 21.29º | 0.39% | 0.31% | - |
| XYZ | 5.48 | 5.16 | 3.61 | - |
| YUV | 64.73 | 119.13 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 60 | 49 | 0 | 0.25 | 0.39 | 0.69 | 21.29 | 0.24 | 0.25 |
| Hex | 50 | 3C | 31 | 0 | 19 | 27 | 45 | 15 | 18 | 19 |
| Octal | 120 | 74 | 61 | 0 | 31 | 47 | 105 | 25 | 30 | 31 |
| Binary | 1010000 | 111100 | 110001 | 0 | 11001 | 100111 | 1000101 | 10101 | 11000 | 11001 |
Color Harmonies of #503C31
Complementary color
Monochromatic Colors of #503C31
Black with #503C31
Text Example
Text Example
White with #503C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503C31; }
p { color: rgb(80,60,49); }
H1.HeaderClassName
{
color: #503C31;
}
.AnyTagClassName
{
color: #503C31;
}
</style>
background-color css
<style>
a { background-color: #503C31; }
a { background-color: rgb(80,60,49); }
div.DivClassName
{
background-color: #503C31;
}
.BgClassName
{
background-color: #503C31;
}
</style>
border-color css
<style>
span { border-color: #503C31; }
span { border-color: rgb(80,60,49); }
td.TdClassName
{
border-color: #503C31;
}
.TagClassName
{
border-color: #503C31;
}
</style>