Shades of Panda #59513B
Tints of Panda #59513B
RGB
CMYK
RGB Variations
Color information
#59513B (or 0x59513B) is known color: Panda. HEX triplet: 59, 51 and 3B. RGB value is (89,81,59). Sum of RGB (Red+Green+Blue) = 89+81+59=229 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.86% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 89 - color contains mainly: red. Hex color #59513B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59513B is #A6AEC4. Grayscale: #505050. Windows color (decimal): -10923717 or 3887449. OLE color: 3887449.
HSL color Cylindrical-coordinate representation of color #59513B: hue angle of 44º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #59513B is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 81 | 59 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.65 |
| HSL | 44º | 0.2% | 0.29% | - |
| HSV(B) | 44º | 0.34% | 0.35% | - |
| XYZ | 7.85 | 8.32 | 5.33 | - |
| YUV | 80.88 | 115.65 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 81 | 59 | 0 | 0.09 | 0.34 | 0.65 | 44 | 0.2 | 0.29 |
| Hex | 59 | 51 | 3B | 0 | 9 | 22 | 41 | 2C | 14 | 1D |
| Octal | 131 | 121 | 73 | 0 | 11 | 42 | 101 | 54 | 24 | 35 |
| Binary | 1011001 | 1010001 | 111011 | 0 | 1001 | 100010 | 1000001 | 101100 | 10100 | 11101 |
Color Harmonies of #59513B
Complementary color
Monochromatic Colors of #59513B
Black with #59513B
Text Example
Text Example
White with #59513B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59513B; }
p { color: rgb(89,81,59); }
H1.HeaderClassName
{
color: #59513B;
}
.AnyTagClassName
{
color: #59513B;
}
</style>
background-color css
<style>
a { background-color: #59513B; }
a { background-color: rgb(89,81,59); }
div.DivClassName
{
background-color: #59513B;
}
.BgClassName
{
background-color: #59513B;
}
</style>
border-color css
<style>
span { border-color: #59513B; }
span { border-color: rgb(89,81,59); }
td.TdClassName
{
border-color: #59513B;
}
.TagClassName
{
border-color: #59513B;
}
</style>