Shades of Panda #57533F
Tints of Panda #57533F
RGB
CMYK
RGB Variations
Color information
#57533F (or 0x57533F) is known color: Panda. HEX triplet: 57, 53 and 3F. RGB value is (87,83,63). Sum of RGB (Red+Green+Blue) = 87+83+63=233 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.34% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 87 - color contains mainly: red. Hex color #57533F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57533F is #A8ACC0. Grayscale: #525252. Windows color (decimal): -11054273 or 4150103. OLE color: 4150103.
HSL color Cylindrical-coordinate representation of color #57533F: hue angle of 50º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #57533F is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 83 | 63 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.66 |
| HSL | 50º | 0.16% | 0.29% | - |
| HSV(B) | 50º | 0.28% | 0.34% | - |
| XYZ | 7.92 | 8.57 | 5.94 | - |
| YUV | 81.92 | 117.33 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 83 | 63 | 0 | 0.05 | 0.28 | 0.66 | 50 | 0.16 | 0.29 |
| Hex | 57 | 53 | 3F | 0 | 5 | 1C | 42 | 32 | 10 | 1D |
| Octal | 127 | 123 | 77 | 0 | 5 | 34 | 102 | 62 | 20 | 35 |
| Binary | 1010111 | 1010011 | 111111 | 0 | 101 | 11100 | 1000010 | 110010 | 10000 | 11101 |
Color Harmonies of #57533F
Complementary color
Monochromatic Colors of #57533F
Black with #57533F
Text Example
Text Example
White with #57533F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57533F; }
p { color: rgb(87,83,63); }
H1.HeaderClassName
{
color: #57533F;
}
.AnyTagClassName
{
color: #57533F;
}
</style>
background-color css
<style>
a { background-color: #57533F; }
a { background-color: rgb(87,83,63); }
div.DivClassName
{
background-color: #57533F;
}
.BgClassName
{
background-color: #57533F;
}
</style>
border-color css
<style>
span { border-color: #57533F; }
span { border-color: rgb(87,83,63); }
td.TdClassName
{
border-color: #57533F;
}
.TagClassName
{
border-color: #57533F;
}
</style>