#55523F

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

Shades of Panda #55523F

Tints of Panda #55523F

Color information

#55523F (or 0x55523F) is unknown color: approx Panda. HEX triplet: 55, 52 and 3F. RGB value is (85,82,63). Sum of RGB (Red+Green+Blue) = 85+82+63=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 82 (32.42% from 255 or 35.65% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 85 - color contains mainly: red. Hex color #55523F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55523F is #AAADC0. Grayscale: #505050. Windows color (decimal): -11185601 or 4149845. OLE color: 4149845.

HSL color Cylindrical-coordinate representation of color #55523F: hue angle of 51.82º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #55523F is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB858263-
CMYK00.040.260.67
HSL51.82º14.86%29.02%-
HSV(B)51.82º25.88%33.33%-
XYZ7.668.325.91-
YUV80.73117.99131.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.96%
GREEN value IS 82 (32.42% from 255) = 35.65%
BLUE value IS 63 (25% from 255) = 27.39%
R=36.96%
G=35.65%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85826300.040.260.6751.8214.8629.02
Hex55523F041A4334f1d
Octal125122770432103641735
Binary101010110100101111110100110101000011110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55523F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55523F; }

 p { color: rgb(85,82,63); }

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

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

 a { background-color: rgb(85,82,63); }

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

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

 span { border-color: rgb(85,82,63); }

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