Shades of Panda #56523D
Tints of Panda #56523D
RGB
CMYK
RGB Variations
Color information
#56523D (or 0x56523D) is known color: Panda. HEX triplet: 56, 52 and 3D. RGB value is (86,82,61). Sum of RGB (Red+Green+Blue) = 86+82+61=229 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.55% from 229); Green value is 82 (32.42% from 255 or 35.81% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 86 - color contains mainly: red. Hex color #56523D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56523D is #A9ADC2. Grayscale: #505050. Windows color (decimal): -11120067 or 4018774. OLE color: 4018774.
HSL color Cylindrical-coordinate representation of color #56523D: hue angle of 50.4º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #56523D is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 82 | 61 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.66 |
| HSL | 50.4º | 0.17% | 0.29% | - |
| HSV(B) | 50.4º | 0.29% | 0.34% | - |
| XYZ | 7.7 | 8.35 | 5.62 | - |
| YUV | 80.8 | 116.83 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 82 | 61 | 0 | 0.05 | 0.29 | 0.66 | 50.4 | 0.17 | 0.29 |
| Hex | 56 | 52 | 3D | 0 | 5 | 1D | 42 | 32 | 11 | 1D |
| Octal | 126 | 122 | 75 | 0 | 5 | 35 | 102 | 62 | 21 | 35 |
| Binary | 1010110 | 1010010 | 111101 | 0 | 101 | 11101 | 1000010 | 110010 | 10001 | 11101 |
Color Harmonies of #56523D
Complementary color
Monochromatic Colors of #56523D
Black with #56523D
Text Example
Text Example
White with #56523D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56523D; }
p { color: rgb(86,82,61); }
H1.HeaderClassName
{
color: #56523D;
}
.AnyTagClassName
{
color: #56523D;
}
</style>
background-color css
<style>
a { background-color: #56523D; }
a { background-color: rgb(86,82,61); }
div.DivClassName
{
background-color: #56523D;
}
.BgClassName
{
background-color: #56523D;
}
</style>
border-color css
<style>
span { border-color: #56523D; }
span { border-color: rgb(86,82,61); }
td.TdClassName
{
border-color: #56523D;
}
.TagClassName
{
border-color: #56523D;
}
</style>