#55503C

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

Shades of Panda #55503C

Tints of Panda #55503C

Color information

#55503C (or 0x55503C) is unknown color: approx Panda. HEX triplet: 55, 50 and 3C. RGB value is (85,80,60). Sum of RGB (Red+Green+Blue) = 85+80+60=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 85 - color contains mainly: red. Hex color #55503C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55503C is #AAAFC3. Grayscale: #4F4F4F. Windows color (decimal): -11186116 or 3952725. OLE color: 3952725.

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

Color convert

RGB858060-
CMYK00.060.290.67
HSL48º17.24%28.43%-
HSV(B)48º29.41%33.33%-
XYZ7.437.995.43-
YUV79.22117.16132.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.78%
GREEN value IS 80 (31.64% from 255) = 35.56%
BLUE value IS 60 (23.83% from 255) = 26.67%
R=37.78%
G=35.56%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85806000.060.290.674817.2428.43
Hex55503C061D4330111c
Octal125120740635103602134
Binary1010101101000011110001101110110000111100001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55503C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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