#524F3B

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

Shades of Panda #524F3B

Tints of Panda #524F3B

Color information

#524F3B (or 0x524F3B) is unknown color: approx Panda. HEX triplet: 52, 4F and 3B. RGB value is (82,79,59). Sum of RGB (Red+Green+Blue) = 82+79+59=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 79 (31.25% from 255 or 35.91% from 220); Blue value is 59 (23.44% from 255 or 26.82% from 220); Max value from RGB is 82 - color contains mainly: red. Hex color #524F3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524F3B is #ADB0C4. Grayscale: #4D4D4D. Windows color (decimal): -11382981 or 3886930. OLE color: 3886930.

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

Color convert

RGB827959-
CMYK00.040.280.68
HSL52.17º16.31%27.65%-
HSV(B)52.17º28.05%32.16%-
XYZ7.077.75.25-
YUV77.62117.49131.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.27%
GREEN value IS 79 (31.25% from 255) = 35.91%
BLUE value IS 59 (23.44% from 255) = 26.82%
R=37.27%
G=35.91%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82795900.040.280.6852.1716.3127.65
Hex524F3B041C4434101c
Octal122117730434104642034
Binary1010010100111111101101001110010001001101001000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,79,59); }

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

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

 a { background-color: rgb(82,79,59); }

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

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

 span { border-color: rgb(82,79,59); }

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