#55513A

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

Shades of Panda #55513A

Tints of Panda #55513A

Color information

#55513A (or 0x55513A) is unknown color: approx Panda. HEX triplet: 55, 51 and 3A. RGB value is (85,81,58). Sum of RGB (Red+Green+Blue) = 85+81+58=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 85 - color contains mainly: red. Hex color #55513A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55513A is #AAAEC5. Grayscale: #4F4F4F. Windows color (decimal): -11185862 or 3821909. OLE color: 3821909.

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

Color convert

RGB858158-
CMYK00.050.320.67
HSL51.11º18.88%28.04%-
HSV(B)51.11º31.76%33.33%-
XYZ7.458.125.18-
YUV79.57115.83131.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.95%
GREEN value IS 81 (32.03% from 255) = 36.16%
BLUE value IS 58 (23.05% from 255) = 25.89%
R=37.95%
G=36.16%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85815800.050.320.6751.1118.8828.04
Hex55513A05204333131c
Octal125121720540103632334
Binary10101011010001111010010110000010000111100111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55513A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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