#56513A

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

Shades of Panda #56513A

Tints of Panda #56513A

Color information

#56513A (or 0x56513A) is unknown color: approx Panda. HEX triplet: 56, 51 and 3A. RGB value is (86,81,58). Sum of RGB (Red+Green+Blue) = 86+81+58=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 81 (32.03% from 255 or 36% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 86 - color contains mainly: red. Hex color #56513A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56513A is #A9AEC5. Grayscale: #4F4F4F. Windows color (decimal): -11120326 or 3821910. OLE color: 3821910.

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

Color convert

RGB868158-
CMYK00.060.330.66
HSL49.29º19.44%28.24%-
HSV(B)49.29º32.56%33.73%-
XYZ7.548.175.18-
YUV79.87115.66132.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.22%
GREEN value IS 81 (32.03% from 255) = 36%
BLUE value IS 58 (23.05% from 255) = 25.78%
R=38.22%
G=36%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86815800.060.330.6649.2919.4428.24
Hex56513A06214231131c
Octal126121720641102612334
Binary10101101010001111010011010000110000101100011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56513A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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