#554D36

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

Shades of Panda #554D36

Tints of Panda #554D36

Color information

#554D36 (or 0x554D36) is unknown color: approx Panda. HEX triplet: 55, 4D and 36. RGB value is (85,77,54). Sum of RGB (Red+Green+Blue) = 85+77+54=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 77 (30.47% from 255 or 35.65% from 216); Blue value is 54 (21.48% from 255 or 25% from 216); Max value from RGB is 85 - color contains mainly: red. Hex color #554D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D36 is #AAB2C9. Grayscale: #4C4C4C. Windows color (decimal): -11186890 or 3558741. OLE color: 3558741.

HSL color Cylindrical-coordinate representation of color #554D36: hue angle of 44.52º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #554D36 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB857754-
CMYK00.090.360.67
HSL44.52º22.3%27.25%-
HSV(B)44.52º36.47%33.33%-
XYZ7.077.514.57-
YUV76.77115.15133.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.35%
GREEN value IS 77 (30.47% from 255) = 35.65%
BLUE value IS 54 (21.48% from 255) = 25%
R=39.35%
G=35.65%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85775400.090.360.6744.5222.327.25
Hex554D360924432d161b
Octal1251156601144103552633
Binary101010110011011101100100110010010000111011011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554D36; }

 p { color: rgb(85,77,54); }

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

<style>
 a { background-color: #554D36; }

 a { background-color: rgb(85,77,54); }

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

<style>
 span { border-color: #554D36; }

 span { border-color: rgb(85,77,54); }

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