Shades of Panda #59513A
Tints of Panda #59513A
RGB
CMYK
RGB Variations
Color information
#59513A (or 0x59513A) is known color: Panda. HEX triplet: 59, 51 and 3A. RGB value is (89,81,58). Sum of RGB (Red+Green+Blue) = 89+81+58=228 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.04% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 89 - color contains mainly: red. Hex color #59513A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59513A is #A6AEC5. Grayscale: #505050. Windows color (decimal): -10923718 or 3821913. OLE color: 3821913.
HSL color Cylindrical-coordinate representation of color #59513A: hue angle of 44.52º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #59513A is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 81 | 58 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.65 |
| HSL | 44.52º | 0.21% | 0.29% | - |
| HSV(B) | 44.52º | 0.35% | 0.35% | - |
| XYZ | 7.83 | 8.31 | 5.2 | - |
| YUV | 80.77 | 115.15 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 81 | 58 | 0 | 0.09 | 0.35 | 0.65 | 44.52 | 0.21 | 0.29 |
| Hex | 59 | 51 | 3A | 0 | 9 | 23 | 41 | 2D | 15 | 1D |
| Octal | 131 | 121 | 72 | 0 | 11 | 43 | 101 | 55 | 25 | 35 |
| Binary | 1011001 | 1010001 | 111010 | 0 | 1001 | 100011 | 1000001 | 101101 | 10101 | 11101 |
Color Harmonies of #59513A
Complementary color
Monochromatic Colors of #59513A
Black with #59513A
Text Example
Text Example
White with #59513A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59513A; }
p { color: rgb(89,81,58); }
H1.HeaderClassName
{
color: #59513A;
}
.AnyTagClassName
{
color: #59513A;
}
</style>
background-color css
<style>
a { background-color: #59513A; }
a { background-color: rgb(89,81,58); }
div.DivClassName
{
background-color: #59513A;
}
.BgClassName
{
background-color: #59513A;
}
</style>
border-color css
<style>
span { border-color: #59513A; }
span { border-color: rgb(89,81,58); }
td.TdClassName
{
border-color: #59513A;
}
.TagClassName
{
border-color: #59513A;
}
</style>