#524D3D

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

Shades of Panda #524D3D

Tints of Panda #524D3D

Color information

#524D3D (or 0x524D3D) is unknown color: approx Panda. HEX triplet: 52, 4D and 3D. RGB value is (82,77,61). Sum of RGB (Red+Green+Blue) = 82+77+61=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 77 (30.47% from 255 or 35% from 220); Blue value is 61 (24.22% from 255 or 27.73% from 220); Max value from RGB is 82 - color contains mainly: red. Hex color #524D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524D3D is #ADB2C2. Grayscale: #4C4C4C. Windows color (decimal): -11383491 or 4017490. OLE color: 4017490.

HSL color Cylindrical-coordinate representation of color #524D3D: hue angle of 45.71º 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 #524D3D is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB827761-
CMYK00.060.260.68
HSL45.71º14.69%28.04%-
HSV(B)45.71º25.61%32.16%-
XYZ6.987.445.48-
YUV76.67119.16131.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.27%
GREEN value IS 77 (30.47% from 255) = 35%
BLUE value IS 61 (24.22% from 255) = 27.73%
R=37.27%
G=35%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82776100.060.260.6845.7114.6928.04
Hex524D3D061A442ef1c
Octal122115750632104561734
Binary101001010011011111010110110101000100101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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