#524E40

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

Shades of Panda #524E40

Tints of Panda #524E40

Color information

#524E40 (or 0x524E40) is unknown color: approx Panda. HEX triplet: 52, 4E and 40. RGB value is (82,78,64). Sum of RGB (Red+Green+Blue) = 82+78+64=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 78 (30.86% from 255 or 34.82% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 82 - color contains mainly: red. Hex color #524E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524E40 is #ADB1BF. Grayscale: #4D4D4D. Windows color (decimal): -11383232 or 4214354. OLE color: 4214354.

HSL color Cylindrical-coordinate representation of color #524E40: hue angle of 46.67º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #524E40 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB827864-
CMYK00.050.220.68
HSL46.67º12.33%28.63%-
HSV(B)46.67º21.95%32.16%-
XYZ7.137.615.94-
YUV77.6120.33131.14-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.61%
GREEN value IS 78 (30.86% from 255) = 34.82%
BLUE value IS 64 (25.39% from 255) = 28.57%
R=36.61%
G=34.82%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82786400.050.220.6846.6712.3328.63
Hex524E400516442fc1d
Octal1221161000526104571435
Binary1010010100111010000000101101101000100101111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,78,64); }

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

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

 a { background-color: rgb(82,78,64); }

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

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

 span { border-color: rgb(82,78,64); }

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