Shades of Paco #513F39
Tints of Paco #513F39
RGB
CMYK
RGB Variations
Color information
#513F39 (or 0x513F39) is known color: Paco. HEX triplet: 51, 3F and 39. RGB value is (81,63,57). Sum of RGB (Red+Green+Blue) = 81+63+57=201 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.30% from 201); Green value is 63 (25% from 255 or 31.34% from 201); Blue value is 57 (22.66% from 255 or 28.36% from 201); Max value from RGB is 81 - color contains mainly: red. Hex color #513F39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513F39 is #AEC0C6. Grayscale: #434343. Windows color (decimal): -11452615 or 3751761. OLE color: 3751761.
HSL color Cylindrical-coordinate representation of color #513F39: hue angle of 15º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #513F39 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 63 | 57 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.68 |
| HSL | 15º | 0.17% | 0.27% | - |
| HSV(B) | 15º | 0.3% | 0.32% | - |
| XYZ | 5.91 | 5.6 | 4.64 | - |
| YUV | 67.7 | 121.96 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 63 | 57 | 0 | 0.22 | 0.30 | 0.68 | 15 | 0.17 | 0.27 |
| Hex | 51 | 3F | 39 | 0 | 16 | 1E | 44 | F | 11 | 1B |
| Octal | 121 | 77 | 71 | 0 | 26 | 36 | 104 | 17 | 21 | 33 |
| Binary | 1010001 | 111111 | 111001 | 0 | 10110 | 11110 | 1000100 | 1111 | 10001 | 11011 |
Color Harmonies of #513F39
Complementary color
Monochromatic Colors of #513F39
Black with #513F39
Text Example
Text Example
White with #513F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513F39; }
p { color: rgb(81,63,57); }
H1.HeaderClassName
{
color: #513F39;
}
.AnyTagClassName
{
color: #513F39;
}
</style>
background-color css
<style>
a { background-color: #513F39; }
a { background-color: rgb(81,63,57); }
div.DivClassName
{
background-color: #513F39;
}
.BgClassName
{
background-color: #513F39;
}
</style>
border-color css
<style>
span { border-color: #513F39; }
span { border-color: rgb(81,63,57); }
td.TdClassName
{
border-color: #513F39;
}
.TagClassName
{
border-color: #513F39;
}
</style>