Shades of Paco #503F36
Tints of Paco #503F36
RGB
CMYK
RGB Variations
Color information
#503F36 (or 0x503F36) is known color: Paco. HEX triplet: 50, 3F and 36. RGB value is (80,63,54). Sum of RGB (Red+Green+Blue) = 80+63+54=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 63 (25% from 255 or 31.98% from 197); Blue value is 54 (21.48% from 255 or 27.41% from 197); Max value from RGB is 80 - color contains mainly: red. Hex color #503F36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503F36 is #AFC0C9. Grayscale: #434343. Windows color (decimal): -11518154 or 3555152. OLE color: 3555152.
HSL color Cylindrical-coordinate representation of color #503F36: hue angle of 20.77º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #503F36 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 63 | 54 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.69 |
| HSL | 20.77º | 0.19% | 0.26% | - |
| HSV(B) | 20.77º | 0.33% | 0.31% | - |
| XYZ | 5.75 | 5.53 | 4.25 | - |
| YUV | 67.06 | 120.63 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 54 | 0 | 0.21 | 0.33 | 0.69 | 20.77 | 0.19 | 0.26 |
| Hex | 50 | 3F | 36 | 0 | 15 | 21 | 45 | 15 | 13 | 1A |
| Octal | 120 | 77 | 66 | 0 | 25 | 41 | 105 | 25 | 23 | 32 |
| Binary | 1010000 | 111111 | 110110 | 0 | 10101 | 100001 | 1000101 | 10101 | 10011 | 11010 |
Color Harmonies of #503F36
Complementary color
Monochromatic Colors of #503F36
Black with #503F36
Text Example
Text Example
White with #503F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503F36; }
p { color: rgb(80,63,54); }
H1.HeaderClassName
{
color: #503F36;
}
.AnyTagClassName
{
color: #503F36;
}
</style>
background-color css
<style>
a { background-color: #503F36; }
a { background-color: rgb(80,63,54); }
div.DivClassName
{
background-color: #503F36;
}
.BgClassName
{
background-color: #503F36;
}
</style>
border-color css
<style>
span { border-color: #503F36; }
span { border-color: rgb(80,63,54); }
td.TdClassName
{
border-color: #503F36;
}
.TagClassName
{
border-color: #503F36;
}
</style>