Shades of Panda #57513F
Tints of Panda #57513F
RGB
CMYK
RGB Variations
Color information
#57513F (or 0x57513F) is known color: Panda. HEX triplet: 57, 51 and 3F. RGB value is (87,81,63). Sum of RGB (Red+Green+Blue) = 87+81+63=231 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.66% from 231); Green value is 81 (32.03% from 255 or 35.06% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 87 - color contains mainly: red. Hex color #57513F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57513F is #A8AEC0. Grayscale: #505050. Windows color (decimal): -11054785 or 4149591. OLE color: 4149591.
HSL color Cylindrical-coordinate representation of color #57513F: hue angle of 45º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #57513F is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 81 | 63 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.66 |
| HSL | 45º | 0.16% | 0.29% | - |
| HSV(B) | 45º | 0.28% | 0.34% | - |
| XYZ | 7.77 | 8.27 | 5.89 | - |
| YUV | 80.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 81 | 63 | 0 | 0.07 | 0.28 | 0.66 | 45 | 0.16 | 0.29 |
| Hex | 57 | 51 | 3F | 0 | 7 | 1C | 42 | 2D | 10 | 1D |
| Octal | 127 | 121 | 77 | 0 | 7 | 34 | 102 | 55 | 20 | 35 |
| Binary | 1010111 | 1010001 | 111111 | 0 | 111 | 11100 | 1000010 | 101101 | 10000 | 11101 |
Color Harmonies of #57513F
Complementary color
Monochromatic Colors of #57513F
Black with #57513F
Text Example
Text Example
White with #57513F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57513F; }
p { color: rgb(87,81,63); }
H1.HeaderClassName
{
color: #57513F;
}
.AnyTagClassName
{
color: #57513F;
}
</style>
background-color css
<style>
a { background-color: #57513F; }
a { background-color: rgb(87,81,63); }
div.DivClassName
{
background-color: #57513F;
}
.BgClassName
{
background-color: #57513F;
}
</style>
border-color css
<style>
span { border-color: #57513F; }
span { border-color: rgb(87,81,63); }
td.TdClassName
{
border-color: #57513F;
}
.TagClassName
{
border-color: #57513F;
}
</style>