#55503E

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

Shades of Panda #55503E

Tints of Panda #55503E

Color information

#55503E (or 0x55503E) is unknown color: approx Panda. HEX triplet: 55, 50 and 3E. RGB value is (85,80,62). Sum of RGB (Red+Green+Blue) = 85+80+62=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 62 (24.61% from 255 or 27.31% from 227); Max value from RGB is 85 - color contains mainly: red. Hex color #55503E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55503E is #AAAFC1. Grayscale: #4F4F4F. Windows color (decimal): -11186114 or 4083797. OLE color: 4083797.

HSL color Cylindrical-coordinate representation of color #55503E: hue angle of 46.96º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #55503E is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB858062-
CMYK00.060.270.67
HSL46.96º15.65%28.82%-
HSV(B)46.96º27.06%33.33%-
XYZ7.488.025.71-
YUV79.44118.16131.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.44%
GREEN value IS 80 (31.64% from 255) = 35.24%
BLUE value IS 62 (24.61% from 255) = 27.31%
R=37.44%
G=35.24%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85806200.060.270.6746.9615.6528.82
Hex55503E061B432f101d
Octal125120760633103572035
Binary1010101101000011111001101101110000111011111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55503E; }

 p { color: rgb(85,80,62); }

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

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

 a { background-color: rgb(85,80,62); }

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

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

 span { border-color: rgb(85,80,62); }

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