Shades of Panda #56513C
Tints of Panda #56513C
RGB
CMYK
RGB Variations
Color information
#56513C (or 0x56513C) is known color: Panda. HEX triplet: 56, 51 and 3C. RGB value is (86,81,60). Sum of RGB (Red+Green+Blue) = 86+81+60=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 86 - color contains mainly: red. Hex color #56513C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56513C is #A9AEC3. Grayscale: #505050. Windows color (decimal): -11120324 or 3952982. OLE color: 3952982.
HSL color Cylindrical-coordinate representation of color #56513C: hue angle of 48.46º 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 #56513C is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 81 | 60 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.66 |
| HSL | 48.46º | 0.18% | 0.29% | - |
| HSV(B) | 48.46º | 0.3% | 0.34% | - |
| XYZ | 7.6 | 8.19 | 5.46 | - |
| YUV | 80.1 | 116.66 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 81 | 60 | 0 | 0.06 | 0.30 | 0.66 | 48.46 | 0.18 | 0.29 |
| Hex | 56 | 51 | 3C | 0 | 6 | 1E | 42 | 30 | 12 | 1D |
| Octal | 126 | 121 | 74 | 0 | 6 | 36 | 102 | 60 | 22 | 35 |
| Binary | 1010110 | 1010001 | 111100 | 0 | 110 | 11110 | 1000010 | 110000 | 10010 | 11101 |
Color Harmonies of #56513C
Complementary color
Monochromatic Colors of #56513C
Black with #56513C
Text Example
Text Example
White with #56513C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56513C; }
p { color: rgb(86,81,60); }
H1.HeaderClassName
{
color: #56513C;
}
.AnyTagClassName
{
color: #56513C;
}
</style>
background-color css
<style>
a { background-color: #56513C; }
a { background-color: rgb(86,81,60); }
div.DivClassName
{
background-color: #56513C;
}
.BgClassName
{
background-color: #56513C;
}
</style>
border-color css
<style>
span { border-color: #56513C; }
span { border-color: rgb(86,81,60); }
td.TdClassName
{
border-color: #56513C;
}
.TagClassName
{
border-color: #56513C;
}
</style>