Shades of Paco #503C2F
Tints of Paco #503C2F
RGB
CMYK
RGB Variations
Color information
#503C2F (or 0x503C2F) is known color: Paco. HEX triplet: 50, 3C and 2F. RGB value is (80,60,47). Sum of RGB (Red+Green+Blue) = 80+60+47=187 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.78% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 80 - color contains mainly: red. Hex color #503C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503C2F is #AFC3D0. Grayscale: #404040. Windows color (decimal): -11518929 or 3095632. OLE color: 3095632.
HSL color Cylindrical-coordinate representation of color #503C2F: hue angle of 23.64º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #503C2F is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 60 | 47 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.69 |
| HSL | 23.64º | 0.26% | 0.25% | - |
| HSV(B) | 23.64º | 0.41% | 0.31% | - |
| XYZ | 5.44 | 5.14 | 3.4 | - |
| YUV | 64.5 | 118.13 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 60 | 47 | 0 | 0.25 | 0.41 | 0.69 | 23.64 | 0.26 | 0.25 |
| Hex | 50 | 3C | 2F | 0 | 19 | 29 | 45 | 18 | 1A | 19 |
| Octal | 120 | 74 | 57 | 0 | 31 | 51 | 105 | 30 | 32 | 31 |
| Binary | 1010000 | 111100 | 101111 | 0 | 11001 | 101001 | 1000101 | 11000 | 11010 | 11001 |
Color Harmonies of #503C2F
Complementary color
Monochromatic Colors of #503C2F
Black with #503C2F
Text Example
Text Example
White with #503C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503C2F; }
p { color: rgb(80,60,47); }
H1.HeaderClassName
{
color: #503C2F;
}
.AnyTagClassName
{
color: #503C2F;
}
</style>
background-color css
<style>
a { background-color: #503C2F; }
a { background-color: rgb(80,60,47); }
div.DivClassName
{
background-color: #503C2F;
}
.BgClassName
{
background-color: #503C2F;
}
</style>
border-color css
<style>
span { border-color: #503C2F; }
span { border-color: rgb(80,60,47); }
td.TdClassName
{
border-color: #503C2F;
}
.TagClassName
{
border-color: #503C2F;
}
</style>