#524F38

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

Shades of Panda #524F38

Tints of Panda #524F38

Color information

#524F38 (or 0x524F38) is unknown color: approx Panda. HEX triplet: 52, 4F and 38. RGB value is (82,79,56). Sum of RGB (Red+Green+Blue) = 82+79+56=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 79 (31.25% from 255 or 36.41% from 217); Blue value is 56 (22.27% from 255 or 25.81% from 217); Max value from RGB is 82 - color contains mainly: red. Hex color #524F38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524F38 is #ADB0C7. Grayscale: #4D4D4D. Windows color (decimal): -11382984 or 3690322. OLE color: 3690322.

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

Color convert

RGB827956-
CMYK00.040.320.68
HSL53.08º18.84%27.06%-
HSV(B)53.08º31.71%32.16%-
XYZ6.997.674.85-
YUV77.27115.99131.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.79%
GREEN value IS 79 (31.25% from 255) = 36.41%
BLUE value IS 56 (22.27% from 255) = 25.81%
R=37.79%
G=36.41%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82795600.040.320.6853.0818.8427.06
Hex524F3804204435131b
Octal122117700440104652333
Binary10100101001111111000010010000010001001101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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