#56513E

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

Shades of Panda #56513E

Tints of Panda #56513E

Color information

#56513E (or 0x56513E) is unknown color: approx Panda. HEX triplet: 56, 51 and 3E. RGB value is (86,81,62). Sum of RGB (Red+Green+Blue) = 86+81+62=229 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.55% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 62 (24.61% from 255 or 27.07% from 229); Max value from RGB is 86 - color contains mainly: red. Hex color #56513E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56513E is #A9AEC1. Grayscale: #505050. Windows color (decimal): -11120322 or 4084054. OLE color: 4084054.

HSL color Cylindrical-coordinate representation of color #56513E: hue angle of 47.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #56513E is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB868162-
CMYK00.060.280.66
HSL47.5º16.22%29.02%-
HSV(B)47.5º27.91%33.73%-
XYZ7.658.215.74-
YUV80.33117.66132.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.55%
GREEN value IS 81 (32.03% from 255) = 35.37%
BLUE value IS 62 (24.61% from 255) = 27.07%
R=37.55%
G=35.37%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86816200.060.280.6647.516.2229.02
Hex56513E061C4230101d
Octal126121760634102602035
Binary1010110101000111111001101110010000101100001000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56513E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56513E; }

 p { color: rgb(86,81,62); }

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

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

 a { background-color: rgb(86,81,62); }

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

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

 span { border-color: rgb(86,81,62); }

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