#524C36

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

Shades of Panda #524C36

Tints of Panda #524C36

Color information

#524C36 (or 0x524C36) is unknown color: approx Panda. HEX triplet: 52, 4C and 36. RGB value is (82,76,54). Sum of RGB (Red+Green+Blue) = 82+76+54=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 76 (30.08% from 255 or 35.85% from 212); Blue value is 54 (21.48% from 255 or 25.47% from 212); Max value from RGB is 82 - color contains mainly: red. Hex color #524C36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524C36 is #ADB3C9. Grayscale: #4B4B4B. Windows color (decimal): -11383754 or 3558482. OLE color: 3558482.

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

Color convert

RGB827654-
CMYK00.070.340.68
HSL47.14º20.59%26.67%-
HSV(B)47.14º34.15%32.16%-
XYZ6.737.234.53-
YUV75.29115.99132.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.68%
GREEN value IS 76 (30.08% from 255) = 35.85%
BLUE value IS 54 (21.48% from 255) = 25.47%
R=38.68%
G=35.85%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82765400.070.340.6847.1420.5926.67
Hex524C360722442f151b
Octal122114660742104572533
Binary10100101001100110110011110001010001001011111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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