Shades of Paco #513C35
Tints of Paco #513C35
RGB
CMYK
RGB Variations
Color information
#513C35 (or 0x513C35) is known color: Paco. HEX triplet: 51, 3C and 35. RGB value is (81,60,53). Sum of RGB (Red+Green+Blue) = 81+60+53=194 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.75% from 194); Green value is 60 (23.83% from 255 or 30.93% from 194); Blue value is 53 (21.09% from 255 or 27.32% from 194); Max value from RGB is 81 - color contains mainly: red. Hex color #513C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513C35 is #AEC3CA. Grayscale: #414141. Windows color (decimal): -11453387 or 3488849. OLE color: 3488849.
HSL color Cylindrical-coordinate representation of color #513C35: hue angle of 15º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #513C35 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 60 | 53 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.68 |
| HSL | 15º | 0.21% | 0.26% | - |
| HSV(B) | 15º | 0.35% | 0.32% | - |
| XYZ | 5.65 | 5.24 | 4.08 | - |
| YUV | 65.48 | 120.96 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 60 | 53 | 0 | 0.26 | 0.35 | 0.68 | 15 | 0.21 | 0.26 |
| Hex | 51 | 3C | 35 | 0 | 1A | 23 | 44 | F | 15 | 1A |
| Octal | 121 | 74 | 65 | 0 | 32 | 43 | 104 | 17 | 25 | 32 |
| Binary | 1010001 | 111100 | 110101 | 0 | 11010 | 100011 | 1000100 | 1111 | 10101 | 11010 |
Color Harmonies of #513C35
Complementary color
Monochromatic Colors of #513C35
Black with #513C35
Text Example
Text Example
White with #513C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513C35; }
p { color: rgb(81,60,53); }
H1.HeaderClassName
{
color: #513C35;
}
.AnyTagClassName
{
color: #513C35;
}
</style>
background-color css
<style>
a { background-color: #513C35; }
a { background-color: rgb(81,60,53); }
div.DivClassName
{
background-color: #513C35;
}
.BgClassName
{
background-color: #513C35;
}
</style>
border-color css
<style>
span { border-color: #513C35; }
span { border-color: rgb(81,60,53); }
td.TdClassName
{
border-color: #513C35;
}
.TagClassName
{
border-color: #513C35;
}
</style>