#56503A

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

Shades of Panda #56503A

Tints of Panda #56503A

Color information

#56503A (or 0x56503A) is unknown color: approx Panda. HEX triplet: 56, 50 and 3A. RGB value is (86,80,58). Sum of RGB (Red+Green+Blue) = 86+80+58=224 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.39% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 86 - color contains mainly: red. Hex color #56503A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56503A is #A9AFC5. Grayscale: #4F4F4F. Windows color (decimal): -11120582 or 3821654. OLE color: 3821654.

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

Color convert

RGB868058-
CMYK00.070.330.66
HSL47.14º19.44%28.24%-
HSV(B)47.14º32.56%33.73%-
XYZ7.478.025.16-
YUV79.29115.99132.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.39%
GREEN value IS 80 (31.64% from 255) = 35.71%
BLUE value IS 58 (23.05% from 255) = 25.89%
R=38.39%
G=35.71%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86805800.070.330.6647.1419.4428.24
Hex56503A0721422f131c
Octal126120720741102572334
Binary10101101010000111010011110000110000101011111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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