Shades of Panda #5D563D
Tints of Panda #5D563D
RGB
CMYK
RGB Variations
Color information
#5D563D (or 0x5D563D) is known color: Panda. HEX triplet: 5D, 56 and 3D. RGB value is (93,86,61). Sum of RGB (Red+Green+Blue) = 93+86+61=240 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.75% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 61 (24.22% from 255 or 25.42% from 240); Max value from RGB is 93 - color contains mainly: red. Hex color #5D563D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D563D is #A2A9C2. Grayscale: #555555. Windows color (decimal): -10660291 or 4019805. OLE color: 4019805.
HSL color Cylindrical-coordinate representation of color #5D563D: hue angle of 46.88º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5D563D is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 86 | 61 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.64 |
| HSL | 46.88º | 0.21% | 0.3% | - |
| HSV(B) | 46.88º | 0.34% | 0.36% | - |
| XYZ | 8.68 | 9.32 | 5.76 | - |
| YUV | 85.24 | 114.32 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 86 | 61 | 0 | 0.08 | 0.34 | 0.64 | 46.88 | 0.21 | 0.3 |
| Hex | 5D | 56 | 3D | 0 | 8 | 22 | 40 | 2F | 15 | 1E |
| Octal | 135 | 126 | 75 | 0 | 10 | 42 | 100 | 57 | 25 | 36 |
| Binary | 1011101 | 1010110 | 111101 | 0 | 1000 | 100010 | 1000000 | 101111 | 10101 | 11110 |
Color Harmonies of #5D563D
Complementary color
Monochromatic Colors of #5D563D
Black with #5D563D
Text Example
Text Example
White with #5D563D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D563D; }
p { color: rgb(93,86,61); }
H1.HeaderClassName
{
color: #5D563D;
}
.AnyTagClassName
{
color: #5D563D;
}
</style>
background-color css
<style>
a { background-color: #5D563D; }
a { background-color: rgb(93,86,61); }
div.DivClassName
{
background-color: #5D563D;
}
.BgClassName
{
background-color: #5D563D;
}
</style>
border-color css
<style>
span { border-color: #5D563D; }
span { border-color: rgb(93,86,61); }
td.TdClassName
{
border-color: #5D563D;
}
.TagClassName
{
border-color: #5D563D;
}
</style>