Shades of Panda #57513D
Tints of Panda #57513D
RGB
CMYK
RGB Variations
Color information
#57513D (or 0x57513D) is known color: Panda. HEX triplet: 57, 51 and 3D. RGB value is (87,81,61). Sum of RGB (Red+Green+Blue) = 87+81+61=229 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.99% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 87 - color contains mainly: red. Hex color #57513D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57513D is #A8AEC2. Grayscale: #505050. Windows color (decimal): -11054787 or 4018519. OLE color: 4018519.
HSL color Cylindrical-coordinate representation of color #57513D: hue angle of 46.15º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #57513D is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 81 | 61 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.66 |
| HSL | 46.15º | 0.18% | 0.29% | - |
| HSV(B) | 46.15º | 0.3% | 0.34% | - |
| XYZ | 7.72 | 8.25 | 5.6 | - |
| YUV | 80.51 | 116.99 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 81 | 61 | 0 | 0.07 | 0.30 | 0.66 | 46.15 | 0.18 | 0.29 |
| Hex | 57 | 51 | 3D | 0 | 7 | 1E | 42 | 2E | 12 | 1D |
| Octal | 127 | 121 | 75 | 0 | 7 | 36 | 102 | 56 | 22 | 35 |
| Binary | 1010111 | 1010001 | 111101 | 0 | 111 | 11110 | 1000010 | 101110 | 10010 | 11101 |
Color Harmonies of #57513D
Complementary color
Monochromatic Colors of #57513D
Black with #57513D
Text Example
Text Example
White with #57513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57513D; }
p { color: rgb(87,81,61); }
H1.HeaderClassName
{
color: #57513D;
}
.AnyTagClassName
{
color: #57513D;
}
</style>
background-color css
<style>
a { background-color: #57513D; }
a { background-color: rgb(87,81,61); }
div.DivClassName
{
background-color: #57513D;
}
.BgClassName
{
background-color: #57513D;
}
</style>
border-color css
<style>
span { border-color: #57513D; }
span { border-color: rgb(87,81,61); }
td.TdClassName
{
border-color: #57513D;
}
.TagClassName
{
border-color: #57513D;
}
</style>