#524C3A

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

Shades of Panda #524C3A

Tints of Panda #524C3A

Color information

#524C3A (or 0x524C3A) is unknown color: approx Panda. HEX triplet: 52, 4C and 3A. RGB value is (82,76,58). Sum of RGB (Red+Green+Blue) = 82+76+58=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 76 (30.08% from 255 or 35.19% from 216); Blue value is 58 (23.05% from 255 or 26.85% from 216); Max value from RGB is 82 - color contains mainly: red. Hex color #524C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524C3A is #ADB3C5. Grayscale: #4B4B4B. Windows color (decimal): -11383750 or 3820626. OLE color: 3820626.

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

Color convert

RGB827658-
CMYK00.070.290.68
HSL45º17.14%27.45%-
HSV(B)45º29.27%32.16%-
XYZ6.837.275.05-
YUV75.74117.99132.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.96%
GREEN value IS 76 (30.08% from 255) = 35.19%
BLUE value IS 58 (23.05% from 255) = 26.85%
R=37.96%
G=35.19%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82765800.070.290.684517.1427.45
Hex524C3A071D442d111b
Octal122114720735104552133
Binary1010010100110011101001111110110001001011011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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