Shades of Paco #513F33
Tints of Paco #513F33
RGB
CMYK
RGB Variations
Color information
#513F33 (or 0x513F33) is known color: Paco. HEX triplet: 51, 3F and 33. RGB value is (81,63,51). Sum of RGB (Red+Green+Blue) = 81+63+51=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 63 (25% from 255 or 32.31% from 195); Blue value is 51 (20.31% from 255 or 26.15% from 195); Max value from RGB is 81 - color contains mainly: red. Hex color #513F33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513F33 is #AEC0CC. Grayscale: #434343. Windows color (decimal): -11452621 or 3358545. OLE color: 3358545.
HSL color Cylindrical-coordinate representation of color #513F33: hue angle of 24º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #513F33 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 63 | 51 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.68 |
| HSL | 24º | 0.23% | 0.26% | - |
| HSV(B) | 24º | 0.37% | 0.32% | - |
| XYZ | 5.77 | 5.54 | 3.9 | - |
| YUV | 67.01 | 118.96 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 63 | 51 | 0 | 0.22 | 0.37 | 0.68 | 24 | 0.23 | 0.26 |
| Hex | 51 | 3F | 33 | 0 | 16 | 25 | 44 | 18 | 17 | 1A |
| Octal | 121 | 77 | 63 | 0 | 26 | 45 | 104 | 30 | 27 | 32 |
| Binary | 1010001 | 111111 | 110011 | 0 | 10110 | 100101 | 1000100 | 11000 | 10111 | 11010 |
Color Harmonies of #513F33
Complementary color
Monochromatic Colors of #513F33
Black with #513F33
Text Example
Text Example
White with #513F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513F33; }
p { color: rgb(81,63,51); }
H1.HeaderClassName
{
color: #513F33;
}
.AnyTagClassName
{
color: #513F33;
}
</style>
background-color css
<style>
a { background-color: #513F33; }
a { background-color: rgb(81,63,51); }
div.DivClassName
{
background-color: #513F33;
}
.BgClassName
{
background-color: #513F33;
}
</style>
border-color css
<style>
span { border-color: #513F33; }
span { border-color: rgb(81,63,51); }
td.TdClassName
{
border-color: #513F33;
}
.TagClassName
{
border-color: #513F33;
}
</style>