Shades of Paco #513C34
Tints of Paco #513C34
RGB
CMYK
RGB Variations
Color information
#513C34 (or 0x513C34) is known color: Paco. HEX triplet: 51, 3C and 34. RGB value is (81,60,52). Sum of RGB (Red+Green+Blue) = 81+60+52=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 60 (23.83% from 255 or 31.09% from 193); Blue value is 52 (20.70% from 255 or 26.94% from 193); Max value from RGB is 81 - color contains mainly: red. Hex color #513C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513C34 is #AEC3CB. Grayscale: #414141. Windows color (decimal): -11453388 or 3423313. OLE color: 3423313.
HSL color Cylindrical-coordinate representation of color #513C34: hue angle of 16.55º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #513C34 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 60 | 52 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.68 |
| HSL | 16.55º | 0.22% | 0.26% | - |
| HSV(B) | 16.55º | 0.36% | 0.32% | - |
| XYZ | 5.63 | 5.23 | 3.96 | - |
| YUV | 65.37 | 120.46 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 60 | 52 | 0 | 0.26 | 0.36 | 0.68 | 16.55 | 0.22 | 0.26 |
| Hex | 51 | 3C | 34 | 0 | 1A | 24 | 44 | 11 | 16 | 1A |
| Octal | 121 | 74 | 64 | 0 | 32 | 44 | 104 | 21 | 26 | 32 |
| Binary | 1010001 | 111100 | 110100 | 0 | 11010 | 100100 | 1000100 | 10001 | 10110 | 11010 |
Color Harmonies of #513C34
Complementary color
Monochromatic Colors of #513C34
Black with #513C34
Text Example
Text Example
White with #513C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513C34; }
p { color: rgb(81,60,52); }
H1.HeaderClassName
{
color: #513C34;
}
.AnyTagClassName
{
color: #513C34;
}
</style>
background-color css
<style>
a { background-color: #513C34; }
a { background-color: rgb(81,60,52); }
div.DivClassName
{
background-color: #513C34;
}
.BgClassName
{
background-color: #513C34;
}
</style>
border-color css
<style>
span { border-color: #513C34; }
span { border-color: rgb(81,60,52); }
td.TdClassName
{
border-color: #513C34;
}
.TagClassName
{
border-color: #513C34;
}
</style>