#555240

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

Shades of Panda #555240

Tints of Panda #555240

Color information

#555240 (or 0x555240) is unknown color: approx Panda. HEX triplet: 55, 52 and 40. RGB value is (85,82,64). Sum of RGB (Red+Green+Blue) = 85+82+64=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 85 - color contains mainly: red. Hex color #555240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555240 is #AAADBF. Grayscale: #505050. Windows color (decimal): -11185600 or 4215381. OLE color: 4215381.

HSL color Cylindrical-coordinate representation of color #555240: hue angle of 51.43º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #555240 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB858264-
CMYK00.040.250.67
HSL51.43º14.09%29.22%-
HSV(B)51.43º24.71%33.33%-
XYZ7.698.346.05-
YUV80.85118.49130.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.80%
GREEN value IS 82 (32.42% from 255) = 35.50%
BLUE value IS 64 (25.39% from 255) = 27.71%
R=36.80%
G=35.50%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85826400.040.250.6751.4314.0929.22
Hex55524004194333e1d
Octal1251221000431103631635
Binary1010101101001010000000100110011000011110011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555240; }

 p { color: rgb(85,82,64); }

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

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

 a { background-color: rgb(85,82,64); }

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

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

 span { border-color: rgb(85,82,64); }

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