#524C3C

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

Shades of Panda #524C3C

Tints of Panda #524C3C

Color information

#524C3C (or 0x524C3C) is unknown color: approx Panda. HEX triplet: 52, 4C and 3C. RGB value is (82,76,60). Sum of RGB (Red+Green+Blue) = 82+76+60=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 82 - color contains mainly: red. Hex color #524C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524C3C is #ADB3C3. Grayscale: #4C4C4C. Windows color (decimal): -11383748 or 3951698. OLE color: 3951698.

HSL color Cylindrical-coordinate representation of color #524C3C: hue angle of 43.64º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #524C3C is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB827660-
CMYK00.070.270.68
HSL43.64º15.49%27.84%-
HSV(B)43.64º26.83%32.16%-
XYZ6.887.295.32-
YUV75.97118.99132.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.61%
GREEN value IS 76 (30.08% from 255) = 34.86%
BLUE value IS 60 (23.83% from 255) = 27.52%
R=37.61%
G=34.86%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82766000.070.270.6843.6415.4927.84
Hex524C3C071B442cf1c
Octal122114740733104541734
Binary101001010011001111000111110111000100101100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,76,60); }

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

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

 a { background-color: rgb(82,76,60); }

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

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

 span { border-color: rgb(82,76,60); }

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