Shades of Paco #513F38
Tints of Paco #513F38
RGB
CMYK
RGB Variations
Color information
#513F38 (or 0x513F38) is known color: Paco. HEX triplet: 51, 3F and 38. RGB value is (81,63,56). Sum of RGB (Red+Green+Blue) = 81+63+56=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 63 (25% from 255 or 31.5% from 200); Blue value is 56 (22.27% from 255 or 28% from 200); Max value from RGB is 81 - color contains mainly: red. Hex color #513F38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513F38 is #AEC0C7. Grayscale: #434343. Windows color (decimal): -11452616 or 3686225. OLE color: 3686225.
HSL color Cylindrical-coordinate representation of color #513F38: hue angle of 16.8º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #513F38 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 63 | 56 | - |
| CMYK | 0 | 0.22 | 0.31 | 0.68 |
| HSL | 16.8º | 0.18% | 0.27% | - |
| HSV(B) | 16.8º | 0.31% | 0.32% | - |
| XYZ | 5.88 | 5.59 | 4.51 | - |
| YUV | 67.58 | 121.46 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 63 | 56 | 0 | 0.22 | 0.31 | 0.68 | 16.8 | 0.18 | 0.27 |
| Hex | 51 | 3F | 38 | 0 | 16 | 1F | 44 | 11 | 12 | 1B |
| Octal | 121 | 77 | 70 | 0 | 26 | 37 | 104 | 21 | 22 | 33 |
| Binary | 1010001 | 111111 | 111000 | 0 | 10110 | 11111 | 1000100 | 10001 | 10010 | 11011 |
Color Harmonies of #513F38
Complementary color
Monochromatic Colors of #513F38
Black with #513F38
Text Example
Text Example
White with #513F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513F38; }
p { color: rgb(81,63,56); }
H1.HeaderClassName
{
color: #513F38;
}
.AnyTagClassName
{
color: #513F38;
}
</style>
background-color css
<style>
a { background-color: #513F38; }
a { background-color: rgb(81,63,56); }
div.DivClassName
{
background-color: #513F38;
}
.BgClassName
{
background-color: #513F38;
}
</style>
border-color css
<style>
span { border-color: #513F38; }
span { border-color: rgb(81,63,56); }
td.TdClassName
{
border-color: #513F38;
}
.TagClassName
{
border-color: #513F38;
}
</style>