#555139

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

Shades of Panda #555139

Tints of Panda #555139

Color information

#555139 (or 0x555139) is unknown color: approx Panda. HEX triplet: 55, 51 and 39. RGB value is (85,81,57). Sum of RGB (Red+Green+Blue) = 85+81+57=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 81 (32.03% from 255 or 36.32% from 223); Blue value is 57 (22.66% from 255 or 25.56% from 223); Max value from RGB is 85 - color contains mainly: red. Hex color #555139 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555139 is #AAAEC6. Grayscale: #4F4F4F. Windows color (decimal): -11185863 or 3756373. OLE color: 3756373.

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

Color convert

RGB858157-
CMYK00.050.330.67
HSL51.43º19.72%27.84%-
HSV(B)51.43º32.94%33.33%-
XYZ7.438.115.05-
YUV79.46115.33131.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.12%
GREEN value IS 81 (32.03% from 255) = 36.32%
BLUE value IS 57 (22.66% from 255) = 25.56%
R=38.12%
G=36.32%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85815700.050.330.6751.4319.7227.84
Hex55513905214333141c
Octal125121710541103632434
Binary10101011010001111001010110000110000111100111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555139; }

 p { color: rgb(85,81,57); }

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

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

 a { background-color: rgb(85,81,57); }

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

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

 span { border-color: rgb(85,81,57); }

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