Shades of Panda #59503C
Tints of Panda #59503C
RGB
CMYK
RGB Variations
Color information
#59503C (or 0x59503C) is known color: Panda. HEX triplet: 59, 50 and 3C. RGB value is (89,80,60). Sum of RGB (Red+Green+Blue) = 89+80+60=229 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.86% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 89 - color contains mainly: red. Hex color #59503C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59503C is #A6AFC3. Grayscale: #505050. Windows color (decimal): -10923972 or 3952729. OLE color: 3952729.
HSL color Cylindrical-coordinate representation of color #59503C: hue angle of 41.38º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #59503C is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 80 | 60 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.65 |
| HSL | 41.38º | 0.19% | 0.29% | - |
| HSV(B) | 41.38º | 0.33% | 0.35% | - |
| XYZ | 7.8 | 8.19 | 5.44 | - |
| YUV | 80.41 | 116.48 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 80 | 60 | 0 | 0.10 | 0.33 | 0.65 | 41.38 | 0.19 | 0.29 |
| Hex | 59 | 50 | 3C | 0 | A | 21 | 41 | 29 | 13 | 1D |
| Octal | 131 | 120 | 74 | 0 | 12 | 41 | 101 | 51 | 23 | 35 |
| Binary | 1011001 | 1010000 | 111100 | 0 | 1010 | 100001 | 1000001 | 101001 | 10011 | 11101 |
Color Harmonies of #59503C
Complementary color
Monochromatic Colors of #59503C
Black with #59503C
Text Example
Text Example
White with #59503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59503C; }
p { color: rgb(89,80,60); }
H1.HeaderClassName
{
color: #59503C;
}
.AnyTagClassName
{
color: #59503C;
}
</style>
background-color css
<style>
a { background-color: #59503C; }
a { background-color: rgb(89,80,60); }
div.DivClassName
{
background-color: #59503C;
}
.BgClassName
{
background-color: #59503C;
}
</style>
border-color css
<style>
span { border-color: #59503C; }
span { border-color: rgb(89,80,60); }
td.TdClassName
{
border-color: #59503C;
}
.TagClassName
{
border-color: #59503C;
}
</style>