#56503E

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

Shades of Panda #56503E

Tints of Panda #56503E

Color information

#56503E (or 0x56503E) is unknown color: approx Panda. HEX triplet: 56, 50 and 3E. RGB value is (86,80,62). Sum of RGB (Red+Green+Blue) = 86+80+62=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 62 (24.61% from 255 or 27.19% from 228); Max value from RGB is 86 - color contains mainly: red. Hex color #56503E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56503E is #A9AFC1. Grayscale: #4F4F4F. Windows color (decimal): -11120578 or 4083798. OLE color: 4083798.

HSL color Cylindrical-coordinate representation of color #56503E: hue angle of 45º 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 #56503E is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB868062-
CMYK00.070.280.66
HSL45º16.22%29.02%-
HSV(B)45º27.91%33.73%-
XYZ7.588.065.71-
YUV79.74117.99132.46-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.72%
GREEN value IS 80 (31.64% from 255) = 35.09%
BLUE value IS 62 (24.61% from 255) = 27.19%
R=37.72%
G=35.09%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86806200.070.280.664516.2229.02
Hex56503E071C422d101d
Octal126120760734102552035
Binary1010110101000011111001111110010000101011011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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