#56523C

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

Shades of Panda #56523C

Tints of Panda #56523C

Color information

#56523C (or 0x56523C) is unknown color: approx Panda. HEX triplet: 56, 52 and 3C. RGB value is (86,82,60). Sum of RGB (Red+Green+Blue) = 86+82+60=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 86 - color contains mainly: red. Hex color #56523C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56523C is #A9ADC3. Grayscale: #505050. Windows color (decimal): -11120068 or 3953238. OLE color: 3953238.

HSL color Cylindrical-coordinate representation of color #56523C: hue angle of 50.77º 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 #56523C is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.66.

Color convert

RGB868260-
CMYK00.050.300.66
HSL50.77º17.81%28.63%-
HSV(B)50.77º30.23%33.73%-
XYZ7.678.345.48-
YUV80.69116.33131.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.72%
GREEN value IS 82 (32.42% from 255) = 35.96%
BLUE value IS 60 (23.83% from 255) = 26.32%
R=37.72%
G=35.96%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86826000.050.300.6650.7717.8128.63
Hex56523C051E4233121d
Octal126122740536102632235
Binary1010110101001011110001011111010000101100111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56523C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56523C; }

 p { color: rgb(86,82,60); }

 H1.HeaderClassName
 {
   color: #56523C;
 }
 .AnyTagClassName
 {
   color: #56523C;
 }
</style>
background-color css

<style>
 a { background-color: #56523C; }

 a { background-color: rgb(86,82,60); }

 div.DivClassName
 {
   background-color: #56523C;
 }
 .BgClassName
 {
   background-color: #56523C;
 }
</style>
border-color css

<style>
 span { border-color: #56523C; }

 span { border-color: rgb(86,82,60); }

 td.TdClassName
 {
   border-color: #56523C;
 }
 .TagClassName
 {
   border-color: #56523C;
 }
</style>