Shades of Paco #513F31
Tints of Paco #513F31
RGB
CMYK
RGB Variations
Color information
#513F31 (or 0x513F31) is known color: Paco. HEX triplet: 51, 3F and 31. RGB value is (81,63,49). Sum of RGB (Red+Green+Blue) = 81+63+49=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 63 (25% from 255 or 32.64% from 193); Blue value is 49 (19.53% from 255 or 25.39% from 193); Max value from RGB is 81 - color contains mainly: red. Hex color #513F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513F31 is #AEC0CE. Grayscale: #424242. Windows color (decimal): -11452623 or 3227473. OLE color: 3227473.
HSL color Cylindrical-coordinate representation of color #513F31: hue angle of 26.25º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #513F31 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 63 | 49 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.68 |
| HSL | 26.25º | 0.25% | 0.25% | - |
| HSV(B) | 26.25º | 0.4% | 0.32% | - |
| XYZ | 5.73 | 5.53 | 3.67 | - |
| YUV | 66.79 | 117.96 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 63 | 49 | 0 | 0.22 | 0.40 | 0.68 | 26.25 | 0.25 | 0.25 |
| Hex | 51 | 3F | 31 | 0 | 16 | 28 | 44 | 1A | 19 | 19 |
| Octal | 121 | 77 | 61 | 0 | 26 | 50 | 104 | 32 | 31 | 31 |
| Binary | 1010001 | 111111 | 110001 | 0 | 10110 | 101000 | 1000100 | 11010 | 11001 | 11001 |
Color Harmonies of #513F31
Complementary color
Monochromatic Colors of #513F31
Black with #513F31
Text Example
Text Example
White with #513F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513F31; }
p { color: rgb(81,63,49); }
H1.HeaderClassName
{
color: #513F31;
}
.AnyTagClassName
{
color: #513F31;
}
</style>
background-color css
<style>
a { background-color: #513F31; }
a { background-color: rgb(81,63,49); }
div.DivClassName
{
background-color: #513F31;
}
.BgClassName
{
background-color: #513F31;
}
</style>
border-color css
<style>
span { border-color: #513F31; }
span { border-color: rgb(81,63,49); }
td.TdClassName
{
border-color: #513F31;
}
.TagClassName
{
border-color: #513F31;
}
</style>