Shades of Paco #503D37
Tints of Paco #503D37
RGB
CMYK
RGB Variations
Color information
#503D37 (or 0x503D37) is known color: Paco. HEX triplet: 50, 3D and 37. RGB value is (80,61,55). Sum of RGB (Red+Green+Blue) = 80+61+55=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 61 (24.22% from 255 or 31.12% from 196); Blue value is 55 (21.88% from 255 or 28.06% from 196); Max value from RGB is 80 - color contains mainly: red. Hex color #503D37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503D37 is #AFC2C8. Grayscale: #424242. Windows color (decimal): -11518665 or 3620176. OLE color: 3620176.
HSL color Cylindrical-coordinate representation of color #503D37: hue angle of 14.4º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #503D37 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 61 | 55 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.69 |
| HSL | 14.4º | 0.19% | 0.26% | - |
| HSV(B) | 14.4º | 0.31% | 0.31% | - |
| XYZ | 5.67 | 5.32 | 4.34 | - |
| YUV | 66 | 121.79 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 55 | 0 | 0.24 | 0.31 | 0.69 | 14.4 | 0.19 | 0.26 |
| Hex | 50 | 3D | 37 | 0 | 18 | 1F | 45 | E | 13 | 1A |
| Octal | 120 | 75 | 67 | 0 | 30 | 37 | 105 | 16 | 23 | 32 |
| Binary | 1010000 | 111101 | 110111 | 0 | 11000 | 11111 | 1000101 | 1110 | 10011 | 11010 |
Color Harmonies of #503D37
Complementary color
Monochromatic Colors of #503D37
Black with #503D37
Text Example
Text Example
White with #503D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503D37; }
p { color: rgb(80,61,55); }
H1.HeaderClassName
{
color: #503D37;
}
.AnyTagClassName
{
color: #503D37;
}
</style>
background-color css
<style>
a { background-color: #503D37; }
a { background-color: rgb(80,61,55); }
div.DivClassName
{
background-color: #503D37;
}
.BgClassName
{
background-color: #503D37;
}
</style>
border-color css
<style>
span { border-color: #503D37; }
span { border-color: rgb(80,61,55); }
td.TdClassName
{
border-color: #503D37;
}
.TagClassName
{
border-color: #503D37;
}
</style>