Shades of Paco #503C33
Tints of Paco #503C33
RGB
CMYK
RGB Variations
Color information
#503C33 (or 0x503C33) is known color: Paco. HEX triplet: 50, 3C and 33. RGB value is (80,60,51). Sum of RGB (Red+Green+Blue) = 80+60+51=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 60 (23.83% from 255 or 31.41% from 191); Blue value is 51 (20.31% from 255 or 26.70% from 191); Max value from RGB is 80 - color contains mainly: red. Hex color #503C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503C33 is #AFC3CC. Grayscale: #414141. Windows color (decimal): -11518925 or 3357776. OLE color: 3357776.
HSL color Cylindrical-coordinate representation of color #503C33: hue angle of 18.62º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #503C33 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 60 | 51 | - |
| CMYK | 0 | 0.25 | 0.36 | 0.69 |
| HSL | 18.62º | 0.22% | 0.26% | - |
| HSV(B) | 18.62º | 0.36% | 0.31% | - |
| XYZ | 5.52 | 5.18 | 3.84 | - |
| YUV | 64.95 | 120.13 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 60 | 51 | 0 | 0.25 | 0.36 | 0.69 | 18.62 | 0.22 | 0.26 |
| Hex | 50 | 3C | 33 | 0 | 19 | 24 | 45 | 13 | 16 | 1A |
| Octal | 120 | 74 | 63 | 0 | 31 | 44 | 105 | 23 | 26 | 32 |
| Binary | 1010000 | 111100 | 110011 | 0 | 11001 | 100100 | 1000101 | 10011 | 10110 | 11010 |
Color Harmonies of #503C33
Complementary color
Monochromatic Colors of #503C33
Black with #503C33
Text Example
Text Example
White with #503C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503C33; }
p { color: rgb(80,60,51); }
H1.HeaderClassName
{
color: #503C33;
}
.AnyTagClassName
{
color: #503C33;
}
</style>
background-color css
<style>
a { background-color: #503C33; }
a { background-color: rgb(80,60,51); }
div.DivClassName
{
background-color: #503C33;
}
.BgClassName
{
background-color: #503C33;
}
</style>
border-color css
<style>
span { border-color: #503C33; }
span { border-color: rgb(80,60,51); }
td.TdClassName
{
border-color: #503C33;
}
.TagClassName
{
border-color: #503C33;
}
</style>