Shades of Panda #57523D
Tints of Panda #57523D
RGB
CMYK
RGB Variations
Color information
#57523D (or 0x57523D) is known color: Panda. HEX triplet: 57, 52 and 3D. RGB value is (87,82,61). Sum of RGB (Red+Green+Blue) = 87+82+61=230 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.83% from 230); Green value is 82 (32.42% from 255 or 35.65% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 87 - color contains mainly: red. Hex color #57523D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57523D is #A8ADC2. Grayscale: #515151. Windows color (decimal): -11054531 or 4018775. OLE color: 4018775.
HSL color Cylindrical-coordinate representation of color #57523D: hue angle of 48.46º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #57523D is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 82 | 61 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.66 |
| HSL | 48.46º | 0.18% | 0.29% | - |
| HSV(B) | 48.46º | 0.3% | 0.34% | - |
| XYZ | 7.79 | 8.4 | 5.63 | - |
| YUV | 81.1 | 116.66 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 82 | 61 | 0 | 0.06 | 0.30 | 0.66 | 48.46 | 0.18 | 0.29 |
| Hex | 57 | 52 | 3D | 0 | 6 | 1E | 42 | 30 | 12 | 1D |
| Octal | 127 | 122 | 75 | 0 | 6 | 36 | 102 | 60 | 22 | 35 |
| Binary | 1010111 | 1010010 | 111101 | 0 | 110 | 11110 | 1000010 | 110000 | 10010 | 11101 |
Color Harmonies of #57523D
Complementary color
Monochromatic Colors of #57523D
Black with #57523D
Text Example
Text Example
White with #57523D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57523D; }
p { color: rgb(87,82,61); }
H1.HeaderClassName
{
color: #57523D;
}
.AnyTagClassName
{
color: #57523D;
}
</style>
background-color css
<style>
a { background-color: #57523D; }
a { background-color: rgb(87,82,61); }
div.DivClassName
{
background-color: #57523D;
}
.BgClassName
{
background-color: #57523D;
}
</style>
border-color css
<style>
span { border-color: #57523D; }
span { border-color: rgb(87,82,61); }
td.TdClassName
{
border-color: #57523D;
}
.TagClassName
{
border-color: #57523D;
}
</style>