Shades of Paco #504134
Tints of Paco #504134
RGB
CMYK
RGB Variations
Color information
#504134 (or 0x504134) is known color: Paco. HEX triplet: 50, 41 and 34. RGB value is (80,65,52). Sum of RGB (Red+Green+Blue) = 80+65+52=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 65 (25.78% from 255 or 32.99% from 197); Blue value is 52 (20.70% from 255 or 26.40% from 197); Max value from RGB is 80 - color contains mainly: red. Hex color #504134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504134 is #AFBECB. Grayscale: #444444. Windows color (decimal): -11517644 or 3424592. OLE color: 3424592.
HSL color Cylindrical-coordinate representation of color #504134: hue angle of 27.86º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #504134 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 65 | 52 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.69 |
| HSL | 27.86º | 0.21% | 0.26% | - |
| HSV(B) | 27.86º | 0.35% | 0.31% | - |
| XYZ | 5.82 | 5.73 | 4.05 | - |
| YUV | 68 | 118.97 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 65 | 52 | 0 | 0.19 | 0.35 | 0.69 | 27.86 | 0.21 | 0.26 |
| Hex | 50 | 41 | 34 | 0 | 13 | 23 | 45 | 1C | 15 | 1A |
| Octal | 120 | 101 | 64 | 0 | 23 | 43 | 105 | 34 | 25 | 32 |
| Binary | 1010000 | 1000001 | 110100 | 0 | 10011 | 100011 | 1000101 | 11100 | 10101 | 11010 |
Color Harmonies of #504134
Complementary color
Monochromatic Colors of #504134
Black with #504134
Text Example
Text Example
White with #504134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504134; }
p { color: rgb(80,65,52); }
H1.HeaderClassName
{
color: #504134;
}
.AnyTagClassName
{
color: #504134;
}
</style>
background-color css
<style>
a { background-color: #504134; }
a { background-color: rgb(80,65,52); }
div.DivClassName
{
background-color: #504134;
}
.BgClassName
{
background-color: #504134;
}
</style>
border-color css
<style>
span { border-color: #504134; }
span { border-color: rgb(80,65,52); }
td.TdClassName
{
border-color: #504134;
}
.TagClassName
{
border-color: #504134;
}
</style>