#55543E

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

Shades of Panda #55543E

Tints of Panda #55543E

Color information

#55543E (or 0x55543E) is unknown color: approx Panda. HEX triplet: 55, 54 and 3E. RGB value is (85,84,62). Sum of RGB (Red+Green+Blue) = 85+84+62=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 84 (33.20% from 255 or 36.36% from 231); Blue value is 62 (24.61% from 255 or 26.84% from 231); Max value from RGB is 85 - color contains mainly: red. Hex color #55543E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55543E is #AAABC1. Grayscale: #515151. Windows color (decimal): -11185090 or 4084821. OLE color: 4084821.

HSL color Cylindrical-coordinate representation of color #55543E: hue angle of 57.39º 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 #55543E is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB858462-
CMYK00.010.270.67
HSL57.39º15.65%28.82%-
HSV(B)57.39º27.06%33.33%-
XYZ7.798.625.81-
YUV81.79116.83130.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.80%
GREEN value IS 84 (33.20% from 255) = 36.36%
BLUE value IS 62 (24.61% from 255) = 26.84%
R=36.80%
G=36.36%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85846200.010.270.6757.3915.6528.82
Hex55543E011B4339101d
Octal125124760133103712035
Binary10101011010100111110011101110000111110011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55543E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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