#57523C

Color #57523C Panda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Panda #57523C

Tints of Panda #57523C

Color information

#57523C (or 0x57523C) is unknown color: approx 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

RGB878260-
CMYK00.060.310.66
HSL48.89º18.37%28.82%-
HSV(B)48.89º31.03%34.12%-
XYZ7.768.395.48-
YUV80.99116.16132.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 87 (34.38% from 255) = 37.99%
GREEN value IS 82 (32.42% from 255) = 35.81%
BLUE value IS 60 (23.83% from 255) = 26.20%
R=37.99%
G=35.81%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87826000.060.310.6648.8918.3728.82
Hex57523C061F4231121d
Octal127122740637102612235
Binary1010111101001011110001101111110000101100011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57523C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>