#524E3D

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

Shades of Panda #524E3D

Tints of Panda #524E3D

Color information

#524E3D (or 0x524E3D) is unknown color: approx Panda. HEX triplet: 52, 4E and 3D. RGB value is (82,78,61). Sum of RGB (Red+Green+Blue) = 82+78+61=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 78 (30.86% from 255 or 35.29% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 82 - color contains mainly: red. Hex color #524E3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524E3D is #ADB1C2. Grayscale: #4D4D4D. Windows color (decimal): -11383235 or 4017746. OLE color: 4017746.

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

Color convert

RGB827861-
CMYK00.050.260.68
HSL48.57º14.69%28.04%-
HSV(B)48.57º25.61%32.16%-
XYZ7.057.585.51-
YUV77.26118.83131.38-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.10%
GREEN value IS 78 (30.86% from 255) = 35.29%
BLUE value IS 61 (24.22% from 255) = 27.60%
R=37.10%
G=35.29%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82786100.050.260.6848.5714.6928.04
Hex524E3D051A4431f1c
Octal122116750532104611734
Binary101001010011101111010101110101000100110001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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