Shades of Panda #595340
Tints of Panda #595340
RGB
CMYK
RGB Variations
Color information
#595340 (or 0x595340) is known color: Panda. HEX triplet: 59, 53 and 40. RGB value is (89,83,64). Sum of RGB (Red+Green+Blue) = 89+83+64=236 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.71% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 89 - color contains mainly: red. Hex color #595340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595340 is #A6ACBF. Grayscale: #525252. Windows color (decimal): -10923200 or 4215641. OLE color: 4215641.
HSL color Cylindrical-coordinate representation of color #595340: hue angle of 45.6º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #595340 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 83 | 64 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.65 |
| HSL | 45.6º | 0.16% | 0.3% | - |
| HSV(B) | 45.6º | 0.28% | 0.35% | - |
| XYZ | 8.14 | 8.68 | 6.1 | - |
| YUV | 82.63 | 117.49 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 83 | 64 | 0 | 0.07 | 0.28 | 0.65 | 45.6 | 0.16 | 0.3 |
| Hex | 59 | 53 | 40 | 0 | 7 | 1C | 41 | 2E | 10 | 1E |
| Octal | 131 | 123 | 100 | 0 | 7 | 34 | 101 | 56 | 20 | 36 |
| Binary | 1011001 | 1010011 | 1000000 | 0 | 111 | 11100 | 1000001 | 101110 | 10000 | 11110 |
Color Harmonies of #595340
Complementary color
Monochromatic Colors of #595340
Black with #595340
Text Example
Text Example
White with #595340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595340; }
p { color: rgb(89,83,64); }
H1.HeaderClassName
{
color: #595340;
}
.AnyTagClassName
{
color: #595340;
}
</style>
background-color css
<style>
a { background-color: #595340; }
a { background-color: rgb(89,83,64); }
div.DivClassName
{
background-color: #595340;
}
.BgClassName
{
background-color: #595340;
}
</style>
border-color css
<style>
span { border-color: #595340; }
span { border-color: rgb(89,83,64); }
td.TdClassName
{
border-color: #595340;
}
.TagClassName
{
border-color: #595340;
}
</style>