Shades of Panda #56523C
Tints of Panda #56523C
RGB
CMYK
RGB Variations
Color information
#56523C (or 0x56523C) is known color: Panda. HEX triplet: 56, 52 and 3C. RGB value is (86,82,60). Sum of RGB (Red+Green+Blue) = 86+82+60=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 86 - color contains mainly: red. Hex color #56523C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56523C is #A9ADC3. Grayscale: #505050. Windows color (decimal): -11120068 or 3953238. OLE color: 3953238.
HSL color Cylindrical-coordinate representation of color #56523C: hue angle of 50.77º 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 #56523C is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 82 | 60 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.66 |
| HSL | 50.77º | 0.18% | 0.29% | - |
| HSV(B) | 50.77º | 0.3% | 0.34% | - |
| XYZ | 7.67 | 8.34 | 5.48 | - |
| YUV | 80.69 | 116.33 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 82 | 60 | 0 | 0.05 | 0.30 | 0.66 | 50.77 | 0.18 | 0.29 |
| Hex | 56 | 52 | 3C | 0 | 5 | 1E | 42 | 33 | 12 | 1D |
| Octal | 126 | 122 | 74 | 0 | 5 | 36 | 102 | 63 | 22 | 35 |
| Binary | 1010110 | 1010010 | 111100 | 0 | 101 | 11110 | 1000010 | 110011 | 10010 | 11101 |
Color Harmonies of #56523C
Complementary color
Monochromatic Colors of #56523C
Black with #56523C
Text Example
Text Example
White with #56523C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56523C; }
p { color: rgb(86,82,60); }
H1.HeaderClassName
{
color: #56523C;
}
.AnyTagClassName
{
color: #56523C;
}
</style>
background-color css
<style>
a { background-color: #56523C; }
a { background-color: rgb(86,82,60); }
div.DivClassName
{
background-color: #56523C;
}
.BgClassName
{
background-color: #56523C;
}
</style>
border-color css
<style>
span { border-color: #56523C; }
span { border-color: rgb(86,82,60); }
td.TdClassName
{
border-color: #56523C;
}
.TagClassName
{
border-color: #56523C;
}
</style>