Shades of Panda #564F3E
Tints of Panda #564F3E
RGB
CMYK
RGB Variations
Color information
#564F3E (or 0x564F3E) is known color: Panda. HEX triplet: 56, 4F and 3E. RGB value is (86,79,62). Sum of RGB (Red+Green+Blue) = 86+79+62=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 79 (31.25% from 255 or 34.80% from 227); Blue value is 62 (24.61% from 255 or 27.31% from 227); Max value from RGB is 86 - color contains mainly: red. Hex color #564F3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564F3E is #A9B0C1. Grayscale: #4F4F4F. Windows color (decimal): -11120834 or 4083542. OLE color: 4083542.
HSL color Cylindrical-coordinate representation of color #564F3E: hue angle of 42.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #564F3E is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 79 | 62 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.66 |
| HSL | 42.5º | 0.16% | 0.29% | - |
| HSV(B) | 42.5º | 0.28% | 0.34% | - |
| XYZ | 7.5 | 7.92 | 5.69 | - |
| YUV | 79.16 | 118.32 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 79 | 62 | 0 | 0.08 | 0.28 | 0.66 | 42.5 | 0.16 | 0.29 |
| Hex | 56 | 4F | 3E | 0 | 8 | 1C | 42 | 2A | 10 | 1D |
| Octal | 126 | 117 | 76 | 0 | 10 | 34 | 102 | 52 | 20 | 35 |
| Binary | 1010110 | 1001111 | 111110 | 0 | 1000 | 11100 | 1000010 | 101010 | 10000 | 11101 |
Color Harmonies of #564F3E
Complementary color
Monochromatic Colors of #564F3E
Black with #564F3E
Text Example
Text Example
White with #564F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564F3E; }
p { color: rgb(86,79,62); }
H1.HeaderClassName
{
color: #564F3E;
}
.AnyTagClassName
{
color: #564F3E;
}
</style>
background-color css
<style>
a { background-color: #564F3E; }
a { background-color: rgb(86,79,62); }
div.DivClassName
{
background-color: #564F3E;
}
.BgClassName
{
background-color: #564F3E;
}
</style>
border-color css
<style>
span { border-color: #564F3E; }
span { border-color: rgb(86,79,62); }
td.TdClassName
{
border-color: #564F3E;
}
.TagClassName
{
border-color: #564F3E;
}
</style>