#55533D

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

Shades of Panda #55533D

Tints of Panda #55533D

Color information

#55533D (or 0x55533D) is unknown color: approx Panda. HEX triplet: 55, 53 and 3D. RGB value is (85,83,61). Sum of RGB (Red+Green+Blue) = 85+83+61=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 85 - color contains mainly: red. Hex color #55533D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55533D is #AAACC2. Grayscale: #515151. Windows color (decimal): -11185347 or 4019029. OLE color: 4019029.

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

Color convert

RGB858361-
CMYK00.020.280.67
HSL55º16.44%28.63%-
HSV(B)55º28.24%33.33%-
XYZ7.688.455.64-
YUV81.09116.66130.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.12%
GREEN value IS 83 (32.81% from 255) = 36.24%
BLUE value IS 61 (24.22% from 255) = 26.64%
R=37.12%
G=36.24%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85836100.020.280.675516.4428.63
Hex55533D021C4337101d
Octal125123750234103672035
Binary101010110100111111010101110010000111101111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55533D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55533D; }

 p { color: rgb(85,83,61); }

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

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

 a { background-color: rgb(85,83,61); }

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

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

 span { border-color: rgb(85,83,61); }

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