#575035

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

Shades of Panda #575035

Tints of Panda #575035

Color information

#575035 (or 0x575035) is unknown color: approx Panda. HEX triplet: 57, 50 and 35. RGB value is (87,80,53). Sum of RGB (Red+Green+Blue) = 87+80+53=220 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.55% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 53 (21.09% from 255 or 24.09% from 220); Max value from RGB is 87 - color contains mainly: red. Hex color #575035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575035 is #A8AFCA. Grayscale: #4F4F4F. Windows color (decimal): -11055051 or 3493975. OLE color: 3493975.

HSL color Cylindrical-coordinate representation of color #575035: hue angle of 47.65º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #575035 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.66.

Color convert

RGB878053-
CMYK00.080.390.66
HSL47.65º24.29%27.45%-
HSV(B)47.65º39.08%34.12%-
XYZ7.448.024.52-
YUV79.01113.32133.7-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.55%
GREEN value IS 80 (31.64% from 255) = 36.36%
BLUE value IS 53 (21.09% from 255) = 24.09%
R=39.55%
G=36.36%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.39
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87805300.080.390.6647.6524.2927.45
Hex57503508274230181b
Octal1271206501047102603033
Binary101011110100001101010100010011110000101100001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575035; }

 p { color: rgb(87,80,53); }

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

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

 a { background-color: rgb(87,80,53); }

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

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

 span { border-color: rgb(87,80,53); }

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