Shades of Paco #503C34
Tints of Paco #503C34
RGB
CMYK
RGB Variations
Color information
#503C34 (or 0x503C34) is known color: Paco. HEX triplet: 50, 3C and 34. RGB value is (80,60,52). Sum of RGB (Red+Green+Blue) = 80+60+52=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 60 (23.83% from 255 or 31.25% from 192); Blue value is 52 (20.70% from 255 or 27.08% from 192); Max value from RGB is 80 - color contains mainly: red. Hex color #503C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503C34 is #AFC3CB. Grayscale: #414141. Windows color (decimal): -11518924 or 3423312. OLE color: 3423312.
HSL color Cylindrical-coordinate representation of color #503C34: hue angle of 17.14º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #503C34 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 60 | 52 | - |
| CMYK | 0 | 0.25 | 0.35 | 0.69 |
| HSL | 17.14º | 0.21% | 0.26% | - |
| HSV(B) | 17.14º | 0.35% | 0.31% | - |
| XYZ | 5.54 | 5.19 | 3.96 | - |
| YUV | 65.07 | 120.63 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 60 | 52 | 0 | 0.25 | 0.35 | 0.69 | 17.14 | 0.21 | 0.26 |
| Hex | 50 | 3C | 34 | 0 | 19 | 23 | 45 | 11 | 15 | 1A |
| Octal | 120 | 74 | 64 | 0 | 31 | 43 | 105 | 21 | 25 | 32 |
| Binary | 1010000 | 111100 | 110100 | 0 | 11001 | 100011 | 1000101 | 10001 | 10101 | 11010 |
Color Harmonies of #503C34
Complementary color
Monochromatic Colors of #503C34
Black with #503C34
Text Example
Text Example
White with #503C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503C34; }
p { color: rgb(80,60,52); }
H1.HeaderClassName
{
color: #503C34;
}
.AnyTagClassName
{
color: #503C34;
}
</style>
background-color css
<style>
a { background-color: #503C34; }
a { background-color: rgb(80,60,52); }
div.DivClassName
{
background-color: #503C34;
}
.BgClassName
{
background-color: #503C34;
}
</style>
border-color css
<style>
span { border-color: #503C34; }
span { border-color: rgb(80,60,52); }
td.TdClassName
{
border-color: #503C34;
}
.TagClassName
{
border-color: #503C34;
}
</style>