#524D39

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

Shades of Panda #524D39

Tints of Panda #524D39

Color information

#524D39 (or 0x524D39) is unknown color: approx Panda. HEX triplet: 52, 4D and 39. RGB value is (82,77,57). Sum of RGB (Red+Green+Blue) = 82+77+57=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 77 (30.47% from 255 or 35.65% from 216); Blue value is 57 (22.66% from 255 or 26.39% from 216); Max value from RGB is 82 - color contains mainly: red. Hex color #524D39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524D39 is #ADB2C6. Grayscale: #4C4C4C. Windows color (decimal): -11383495 or 3755346. OLE color: 3755346.

HSL color Cylindrical-coordinate representation of color #524D39: hue angle of 48º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #524D39 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.68.

Color convert

RGB827757-
CMYK00.060.300.68
HSL48º17.99%27.25%-
HSV(B)48º30.49%32.16%-
XYZ6.877.44.94-
YUV76.22117.16132.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.96%
GREEN value IS 77 (30.47% from 255) = 35.65%
BLUE value IS 57 (22.66% from 255) = 26.39%
R=37.96%
G=35.65%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82775700.060.300.684817.9927.25
Hex524D39061E4430121b
Octal122115710636104602233
Binary1010010100110111100101101111010001001100001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524D39; }

 p { color: rgb(82,77,57); }

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

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

 a { background-color: rgb(82,77,57); }

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

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

 span { border-color: rgb(82,77,57); }

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