Shades of Panda #564E39
Tints of Panda #564E39
RGB
CMYK
RGB Variations
Color information
#564E39 (or 0x564E39) is known color: Panda. HEX triplet: 56, 4E and 39. RGB value is (86,78,57). Sum of RGB (Red+Green+Blue) = 86+78+57=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 78 (30.86% from 255 or 35.29% from 221); Blue value is 57 (22.66% from 255 or 25.79% from 221); Max value from RGB is 86 - color contains mainly: red. Hex color #564E39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564E39 is #A9B1C6. Grayscale: #4E4E4E. Windows color (decimal): -11121095 or 3755606. OLE color: 3755606.
HSL color Cylindrical-coordinate representation of color #564E39: hue angle of 43.45º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #564E39 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 78 | 57 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.66 |
| HSL | 43.45º | 0.2% | 0.28% | - |
| HSV(B) | 43.45º | 0.34% | 0.34% | - |
| XYZ | 7.3 | 7.72 | 4.98 | - |
| YUV | 78 | 116.15 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 78 | 57 | 0 | 0.09 | 0.34 | 0.66 | 43.45 | 0.2 | 0.28 |
| Hex | 56 | 4E | 39 | 0 | 9 | 22 | 42 | 2B | 14 | 1C |
| Octal | 126 | 116 | 71 | 0 | 11 | 42 | 102 | 53 | 24 | 34 |
| Binary | 1010110 | 1001110 | 111001 | 0 | 1001 | 100010 | 1000010 | 101011 | 10100 | 11100 |
Color Harmonies of #564E39
Complementary color
Monochromatic Colors of #564E39
Black with #564E39
Text Example
Text Example
White with #564E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564E39; }
p { color: rgb(86,78,57); }
H1.HeaderClassName
{
color: #564E39;
}
.AnyTagClassName
{
color: #564E39;
}
</style>
background-color css
<style>
a { background-color: #564E39; }
a { background-color: rgb(86,78,57); }
div.DivClassName
{
background-color: #564E39;
}
.BgClassName
{
background-color: #564E39;
}
</style>
border-color css
<style>
span { border-color: #564E39; }
span { border-color: rgb(86,78,57); }
td.TdClassName
{
border-color: #564E39;
}
.TagClassName
{
border-color: #564E39;
}
</style>