#55513B

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

Shades of Panda #55513B

Tints of Panda #55513B

Color information

#55513B (or 0x55513B) is unknown color: approx Panda. HEX triplet: 55, 51 and 3B. RGB value is (85,81,59). Sum of RGB (Red+Green+Blue) = 85+81+59=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 81 (32.03% from 255 or 36% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 85 - color contains mainly: red. Hex color #55513B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55513B is #AAAEC4. Grayscale: #4F4F4F. Windows color (decimal): -11185861 or 3887445. OLE color: 3887445.

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

Color convert

RGB858159-
CMYK00.050.310.67
HSL50.77º18.06%28.24%-
HSV(B)50.77º30.59%33.33%-
XYZ7.488.135.31-
YUV79.69116.33131.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.78%
GREEN value IS 81 (32.03% from 255) = 36%
BLUE value IS 59 (23.44% from 255) = 26.22%
R=37.78%
G=36%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85815900.050.310.6750.7718.0628.24
Hex55513B051F4333121c
Octal125121730537103632234
Binary1010101101000111101101011111110000111100111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55513B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55513B; }

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

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

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

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

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

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

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

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