#56513F

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

Shades of Panda #56513F

Tints of Panda #56513F

Color information

#56513F (or 0x56513F) is unknown color: approx Panda. HEX triplet: 56, 51 and 3F. RGB value is (86,81,63). Sum of RGB (Red+Green+Blue) = 86+81+63=230 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.39% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 86 - color contains mainly: red. Hex color #56513F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56513F is #A9AEC0. Grayscale: #505050. Windows color (decimal): -11120321 or 4149590. OLE color: 4149590.

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

Color convert

RGB868163-
CMYK00.060.270.66
HSL46.96º15.44%29.22%-
HSV(B)46.96º26.74%33.73%-
XYZ7.688.225.89-
YUV80.44118.16131.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.39%
GREEN value IS 81 (32.03% from 255) = 35.22%
BLUE value IS 63 (25% from 255) = 27.39%
R=37.39%
G=35.22%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86816300.060.270.6646.9615.4429.22
Hex56513F061B422ff1d
Octal126121770633102571735
Binary101011010100011111110110110111000010101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56513F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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