Shades of Paco #513F36
Tints of Paco #513F36
RGB
CMYK
RGB Variations
Color information
#513F36 (or 0x513F36) is known color: Paco. HEX triplet: 51, 3F and 36. RGB value is (81,63,54). Sum of RGB (Red+Green+Blue) = 81+63+54=198 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.91% from 198); Green value is 63 (25% from 255 or 31.82% from 198); Blue value is 54 (21.48% from 255 or 27.27% from 198); Max value from RGB is 81 - color contains mainly: red. Hex color #513F36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513F36 is #AEC0C9. Grayscale: #434343. Windows color (decimal): -11452618 or 3555153. OLE color: 3555153.
HSL color Cylindrical-coordinate representation of color #513F36: hue angle of 20º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #513F36 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 63 | 54 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.68 |
| HSL | 20º | 0.2% | 0.26% | - |
| HSV(B) | 20º | 0.33% | 0.32% | - |
| XYZ | 5.84 | 5.57 | 4.26 | - |
| YUV | 67.36 | 120.46 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 63 | 54 | 0 | 0.22 | 0.33 | 0.68 | 20 | 0.2 | 0.26 |
| Hex | 51 | 3F | 36 | 0 | 16 | 21 | 44 | 14 | 14 | 1A |
| Octal | 121 | 77 | 66 | 0 | 26 | 41 | 104 | 24 | 24 | 32 |
| Binary | 1010001 | 111111 | 110110 | 0 | 10110 | 100001 | 1000100 | 10100 | 10100 | 11010 |
Color Harmonies of #513F36
Complementary color
Monochromatic Colors of #513F36
Black with #513F36
Text Example
Text Example
White with #513F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513F36; }
p { color: rgb(81,63,54); }
H1.HeaderClassName
{
color: #513F36;
}
.AnyTagClassName
{
color: #513F36;
}
</style>
background-color css
<style>
a { background-color: #513F36; }
a { background-color: rgb(81,63,54); }
div.DivClassName
{
background-color: #513F36;
}
.BgClassName
{
background-color: #513F36;
}
</style>
border-color css
<style>
span { border-color: #513F36; }
span { border-color: rgb(81,63,54); }
td.TdClassName
{
border-color: #513F36;
}
.TagClassName
{
border-color: #513F36;
}
</style>