Shades of Paco #503F32
Tints of Paco #503F32
RGB
CMYK
RGB Variations
Color information
#503F32 (or 0x503F32) is known color: Paco. HEX triplet: 50, 3F and 32. RGB value is (80,63,50). Sum of RGB (Red+Green+Blue) = 80+63+50=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 63 (25% from 255 or 32.64% from 193); Blue value is 50 (19.92% from 255 or 25.91% from 193); Max value from RGB is 80 - color contains mainly: red. Hex color #503F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503F32 is #AFC0CD. Grayscale: #424242. Windows color (decimal): -11518158 or 3293008. OLE color: 3293008.
HSL color Cylindrical-coordinate representation of color #503F32: hue angle of 26º 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 #503F32 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 63 | 50 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.69 |
| HSL | 26º | 0.23% | 0.25% | - |
| HSV(B) | 26º | 0.38% | 0.31% | - |
| XYZ | 5.66 | 5.49 | 3.78 | - |
| YUV | 66.6 | 118.63 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 50 | 0 | 0.21 | 0.37 | 0.69 | 26 | 0.23 | 0.25 |
| Hex | 50 | 3F | 32 | 0 | 15 | 25 | 45 | 1A | 17 | 19 |
| Octal | 120 | 77 | 62 | 0 | 25 | 45 | 105 | 32 | 27 | 31 |
| Binary | 1010000 | 111111 | 110010 | 0 | 10101 | 100101 | 1000101 | 11010 | 10111 | 11001 |
Color Harmonies of #503F32
Complementary color
Monochromatic Colors of #503F32
Black with #503F32
Text Example
Text Example
White with #503F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503F32; }
p { color: rgb(80,63,50); }
H1.HeaderClassName
{
color: #503F32;
}
.AnyTagClassName
{
color: #503F32;
}
</style>
background-color css
<style>
a { background-color: #503F32; }
a { background-color: rgb(80,63,50); }
div.DivClassName
{
background-color: #503F32;
}
.BgClassName
{
background-color: #503F32;
}
</style>
border-color css
<style>
span { border-color: #503F32; }
span { border-color: rgb(80,63,50); }
td.TdClassName
{
border-color: #503F32;
}
.TagClassName
{
border-color: #503F32;
}
</style>