#585340

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

Shades of Panda #585340

Tints of Panda #585340

Color information

#585340 (or 0x585340) is unknown color: approx Panda. HEX triplet: 58, 53 and 40. RGB value is (88,83,64). Sum of RGB (Red+Green+Blue) = 88+83+64=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 64 (25.39% from 255 or 27.23% from 235); Max value from RGB is 88 - color contains mainly: red. Hex color #585340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585340 is #A7ACBF. Grayscale: #525252. Windows color (decimal): -10988736 or 4215640. OLE color: 4215640.

HSL color Cylindrical-coordinate representation of color #585340: hue angle of 47.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #585340 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB888364-
CMYK00.060.270.65
HSL47.5º15.79%29.8%-
HSV(B)47.5º27.27%34.51%-
XYZ8.048.636.09-
YUV82.33117.66132.04-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.45%
GREEN value IS 83 (32.81% from 255) = 35.32%
BLUE value IS 64 (25.39% from 255) = 27.23%
R=37.45%
G=35.32%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88836400.060.270.6547.515.7929.8
Hex585340061B4130101e
Octal1301231000633101602036
Binary10110001010011100000001101101110000011100001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585340; }

 p { color: rgb(88,83,64); }

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

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

 a { background-color: rgb(88,83,64); }

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

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

 span { border-color: rgb(88,83,64); }

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