Shades of Panda #57523C
Tints of Panda #57523C
RGB
CMYK
RGB Variations
Color information
#57523C (or 0x57523C) is known color: Panda. HEX triplet: 57, 52 and 3C. RGB value is (87,82,60). Sum of RGB (Red+Green+Blue) = 87+82+60=229 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.99% from 229); Green value is 82 (32.42% from 255 or 35.81% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 87 - color contains mainly: red. Hex color #57523C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57523C is #A8ADC3. Grayscale: #515151. Windows color (decimal): -11054532 or 3953239. OLE color: 3953239.
HSL color Cylindrical-coordinate representation of color #57523C: hue angle of 48.89º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #57523C is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 82 | 60 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.66 |
| HSL | 48.89º | 0.18% | 0.29% | - |
| HSV(B) | 48.89º | 0.31% | 0.34% | - |
| XYZ | 7.76 | 8.39 | 5.48 | - |
| YUV | 80.99 | 116.16 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 82 | 60 | 0 | 0.06 | 0.31 | 0.66 | 48.89 | 0.18 | 0.29 |
| Hex | 57 | 52 | 3C | 0 | 6 | 1F | 42 | 31 | 12 | 1D |
| Octal | 127 | 122 | 74 | 0 | 6 | 37 | 102 | 61 | 22 | 35 |
| Binary | 1010111 | 1010010 | 111100 | 0 | 110 | 11111 | 1000010 | 110001 | 10010 | 11101 |
Color Harmonies of #57523C
Complementary color
Monochromatic Colors of #57523C
Black with #57523C
Text Example
Text Example
White with #57523C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57523C; }
p { color: rgb(87,82,60); }
H1.HeaderClassName
{
color: #57523C;
}
.AnyTagClassName
{
color: #57523C;
}
</style>
background-color css
<style>
a { background-color: #57523C; }
a { background-color: rgb(87,82,60); }
div.DivClassName
{
background-color: #57523C;
}
.BgClassName
{
background-color: #57523C;
}
</style>
border-color css
<style>
span { border-color: #57523C; }
span { border-color: rgb(87,82,60); }
td.TdClassName
{
border-color: #57523C;
}
.TagClassName
{
border-color: #57523C;
}
</style>