Shades of Panda #59533B
Tints of Panda #59533B
RGB
CMYK
RGB Variations
Color information
#59533B (or 0x59533B) is known color: Panda. HEX triplet: 59, 53 and 3B. RGB value is (89,83,59). Sum of RGB (Red+Green+Blue) = 89+83+59=231 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.53% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 59 (23.44% from 255 or 25.54% from 231); Max value from RGB is 89 - color contains mainly: red. Hex color #59533B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59533B is #A6ACC4. Grayscale: #525252. Windows color (decimal): -10923205 or 3887961. OLE color: 3887961.
HSL color Cylindrical-coordinate representation of color #59533B: hue angle of 48º 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 #59533B is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 83 | 59 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.65 |
| HSL | 48º | 0.2% | 0.29% | - |
| HSV(B) | 48º | 0.34% | 0.35% | - |
| XYZ | 8 | 8.63 | 5.38 | - |
| YUV | 82.06 | 114.99 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 83 | 59 | 0 | 0.07 | 0.34 | 0.65 | 48 | 0.2 | 0.29 |
| Hex | 59 | 53 | 3B | 0 | 7 | 22 | 41 | 30 | 14 | 1D |
| Octal | 131 | 123 | 73 | 0 | 7 | 42 | 101 | 60 | 24 | 35 |
| Binary | 1011001 | 1010011 | 111011 | 0 | 111 | 100010 | 1000001 | 110000 | 10100 | 11101 |
Color Harmonies of #59533B
Complementary color
Monochromatic Colors of #59533B
Black with #59533B
Text Example
Text Example
White with #59533B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59533B; }
p { color: rgb(89,83,59); }
H1.HeaderClassName
{
color: #59533B;
}
.AnyTagClassName
{
color: #59533B;
}
</style>
background-color css
<style>
a { background-color: #59533B; }
a { background-color: rgb(89,83,59); }
div.DivClassName
{
background-color: #59533B;
}
.BgClassName
{
background-color: #59533B;
}
</style>
border-color css
<style>
span { border-color: #59533B; }
span { border-color: rgb(89,83,59); }
td.TdClassName
{
border-color: #59533B;
}
.TagClassName
{
border-color: #59533B;
}
</style>