#524E37

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

Shades of Panda #524E37

Tints of Panda #524E37

Color information

#524E37 (or 0x524E37) is unknown color: approx Panda. HEX triplet: 52, 4E and 37. RGB value is (82,78,55). Sum of RGB (Red+Green+Blue) = 82+78+55=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 78 (30.86% from 255 or 36.28% from 215); Blue value is 55 (21.88% from 255 or 25.58% from 215); Max value from RGB is 82 - color contains mainly: red. Hex color #524E37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524E37 is #ADB1C8. Grayscale: #4C4C4C. Windows color (decimal): -11383241 or 3624530. OLE color: 3624530.

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

Color convert

RGB827855-
CMYK00.050.330.68
HSL51.11º19.71%26.86%-
HSV(B)51.11º32.93%32.16%-
XYZ6.897.524.7-
YUV76.57115.83131.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.14%
GREEN value IS 78 (30.86% from 255) = 36.28%
BLUE value IS 55 (21.88% from 255) = 25.58%
R=38.14%
G=36.28%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82785500.050.330.6851.1119.7126.86
Hex524E3705214433141b
Octal122116670541104632433
Binary10100101001110110111010110000110001001100111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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