Shades of Paco #503A32
Tints of Paco #503A32
RGB
CMYK
RGB Variations
Color information
#503A32 (or 0x503A32) is known color: Paco. HEX triplet: 50, 3A and 32. RGB value is (80,58,50). Sum of RGB (Red+Green+Blue) = 80+58+50=188 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.55% from 188); Green value is 58 (23.05% from 255 or 30.85% from 188); Blue value is 50 (19.92% from 255 or 26.60% from 188); Max value from RGB is 80 - color contains mainly: red. Hex color #503A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503A32 is #AFC5CD. Grayscale: #3F3F3F. Windows color (decimal): -11519438 or 3291728. OLE color: 3291728.
HSL color Cylindrical-coordinate representation of color #503A32: hue angle of 16º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #503A32 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 58 | 50 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.69 |
| HSL | 16º | 0.23% | 0.25% | - |
| HSV(B) | 16º | 0.38% | 0.31% | - |
| XYZ | 5.4 | 4.96 | 3.69 | - |
| YUV | 63.67 | 120.29 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 58 | 50 | 0 | 0.28 | 0.37 | 0.69 | 16 | 0.23 | 0.25 |
| Hex | 50 | 3A | 32 | 0 | 1C | 25 | 45 | 10 | 17 | 19 |
| Octal | 120 | 72 | 62 | 0 | 34 | 45 | 105 | 20 | 27 | 31 |
| Binary | 1010000 | 111010 | 110010 | 0 | 11100 | 100101 | 1000101 | 10000 | 10111 | 11001 |
Color Harmonies of #503A32
Complementary color
Monochromatic Colors of #503A32
Black with #503A32
Text Example
Text Example
White with #503A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503A32; }
p { color: rgb(80,58,50); }
H1.HeaderClassName
{
color: #503A32;
}
.AnyTagClassName
{
color: #503A32;
}
</style>
background-color css
<style>
a { background-color: #503A32; }
a { background-color: rgb(80,58,50); }
div.DivClassName
{
background-color: #503A32;
}
.BgClassName
{
background-color: #503A32;
}
</style>
border-color css
<style>
span { border-color: #503A32; }
span { border-color: rgb(80,58,50); }
td.TdClassName
{
border-color: #503A32;
}
.TagClassName
{
border-color: #503A32;
}
</style>