#5B543D

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

Shades of Panda #5B543D

Tints of Panda #5B543D

Color information

#5B543D (or 0x5B543D) is unknown color: approx Panda. HEX triplet: 5B, 54 and 3D. RGB value is (91,84,61). Sum of RGB (Red+Green+Blue) = 91+84+61=236 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.56% from 236); Green value is 84 (33.20% from 255 or 35.59% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 91 - color contains mainly: red. Hex color #5B543D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B543D is #A4ABC2. Grayscale: #535353. Windows color (decimal): -10791875 or 4019291. OLE color: 4019291.

HSL color Cylindrical-coordinate representation of color #5B543D: hue angle of 46º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5B543D is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.64.

Color convert

RGB918461-
CMYK00.080.330.64
HSL46º19.74%29.8%-
HSV(B)46º32.97%35.69%-
XYZ8.338.95.69-
YUV83.47115.32133.37-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.56%
GREEN value IS 84 (33.20% from 255) = 35.59%
BLUE value IS 61 (24.22% from 255) = 25.85%
R=38.56%
G=35.59%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91846100.080.330.644619.7429.8
Hex5B543D0821402e141e
Octal1331247501041100562436
Binary101101110101001111010100010000110000001011101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B543D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B543D; }

 p { color: rgb(91,84,61); }

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

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

 a { background-color: rgb(91,84,61); }

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

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

 span { border-color: rgb(91,84,61); }

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