#555140

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

Shades of Panda #555140

Tints of Panda #555140

Color information

#555140 (or 0x555140) is unknown color: approx Panda. HEX triplet: 55, 51 and 40. RGB value is (85,81,64). Sum of RGB (Red+Green+Blue) = 85+81+64=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 85 - color contains mainly: red. Hex color #555140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555140 is #AAAEBF. Grayscale: #505050. Windows color (decimal): -11185856 or 4215125. OLE color: 4215125.

HSL color Cylindrical-coordinate representation of color #555140: hue angle of 48.57º 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 #555140 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB858164-
CMYK00.050.250.67
HSL48.57º14.09%29.22%-
HSV(B)48.57º24.71%33.33%-
XYZ7.618.196.03-
YUV80.26118.83131.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.96%
GREEN value IS 81 (32.03% from 255) = 35.22%
BLUE value IS 64 (25.39% from 255) = 27.83%
R=36.96%
G=35.22%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85816400.050.250.6748.5714.0929.22
Hex55514005194331e1d
Octal1251211000531103611635
Binary1010101101000110000000101110011000011110001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555140; }

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

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

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

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

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

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

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

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