#55513F

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

Shades of Panda #55513F

Tints of Panda #55513F

Color information

#55513F (or 0x55513F) is unknown color: approx Panda. HEX triplet: 55, 51 and 3F. RGB value is (85,81,63). Sum of RGB (Red+Green+Blue) = 85+81+63=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 85 - color contains mainly: red. Hex color #55513F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55513F is #AAAEC0. Grayscale: #505050. Windows color (decimal): -11185857 or 4149589. OLE color: 4149589.

HSL color Cylindrical-coordinate representation of color #55513F: hue angle of 49.09º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #55513F is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB858163-
CMYK00.050.260.67
HSL49.09º14.86%29.02%-
HSV(B)49.09º25.88%33.33%-
XYZ7.598.185.88-
YUV80.14118.33131.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.12%
GREEN value IS 81 (32.03% from 255) = 35.37%
BLUE value IS 63 (25% from 255) = 27.51%
R=37.12%
G=35.37%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85816300.050.260.6749.0914.8629.02
Hex55513F051A4331f1d
Octal125121770532103611735
Binary101010110100011111110101110101000011110001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55513F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55513F; }

 p { color: rgb(85,81,63); }

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

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

 a { background-color: rgb(85,81,63); }

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

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

 span { border-color: rgb(85,81,63); }

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