Shades of Paco #513F37
Tints of Paco #513F37
RGB
CMYK
RGB Variations
Color information
#513F37 (or 0x513F37) is known color: Paco. HEX triplet: 51, 3F and 37. RGB value is (81,63,55). Sum of RGB (Red+Green+Blue) = 81+63+55=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 63 (25% from 255 or 31.66% from 199); Blue value is 55 (21.88% from 255 or 27.64% from 199); Max value from RGB is 81 - color contains mainly: red. Hex color #513F37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513F37 is #AEC0C8. Grayscale: #434343. Windows color (decimal): -11452617 or 3620689. OLE color: 3620689.
HSL color Cylindrical-coordinate representation of color #513F37: hue angle of 18.46º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #513F37 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 63 | 55 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.68 |
| HSL | 18.46º | 0.19% | 0.27% | - |
| HSV(B) | 18.46º | 0.32% | 0.32% | - |
| XYZ | 5.86 | 5.58 | 4.38 | - |
| YUV | 67.47 | 120.96 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 63 | 55 | 0 | 0.22 | 0.32 | 0.68 | 18.46 | 0.19 | 0.27 |
| Hex | 51 | 3F | 37 | 0 | 16 | 20 | 44 | 12 | 13 | 1B |
| Octal | 121 | 77 | 67 | 0 | 26 | 40 | 104 | 22 | 23 | 33 |
| Binary | 1010001 | 111111 | 110111 | 0 | 10110 | 100000 | 1000100 | 10010 | 10011 | 11011 |
Color Harmonies of #513F37
Complementary color
Monochromatic Colors of #513F37
Black with #513F37
Text Example
Text Example
White with #513F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513F37; }
p { color: rgb(81,63,55); }
H1.HeaderClassName
{
color: #513F37;
}
.AnyTagClassName
{
color: #513F37;
}
</style>
background-color css
<style>
a { background-color: #513F37; }
a { background-color: rgb(81,63,55); }
div.DivClassName
{
background-color: #513F37;
}
.BgClassName
{
background-color: #513F37;
}
</style>
border-color css
<style>
span { border-color: #513F37; }
span { border-color: rgb(81,63,55); }
td.TdClassName
{
border-color: #513F37;
}
.TagClassName
{
border-color: #513F37;
}
</style>