#53503C

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

Shades of Panda #53503C

Tints of Panda #53503C

Color information

#53503C (or 0x53503C) is unknown color: approx Panda. HEX triplet: 53, 50 and 3C. RGB value is (83,80,60). Sum of RGB (Red+Green+Blue) = 83+80+60=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 83 - color contains mainly: red. Hex color #53503C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53503C is #ACAFC3. Grayscale: #4E4E4E. Windows color (decimal): -11317188 or 3952723. OLE color: 3952723.

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

Color convert

RGB838060-
CMYK00.040.280.67
HSL52.17º16.08%28.04%-
HSV(B)52.17º27.71%32.55%-
XYZ7.257.95.42-
YUV78.62117.49131.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.22%
GREEN value IS 80 (31.64% from 255) = 35.87%
BLUE value IS 60 (23.83% from 255) = 26.91%
R=37.22%
G=35.87%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83806000.040.280.6752.1716.0828.04
Hex53503C041C4334101c
Octal123120740434103642034
Binary1010011101000011110001001110010000111101001000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53503C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53503C; }

 p { color: rgb(83,80,60); }

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

<style>
 a { background-color: #53503C; }

 a { background-color: rgb(83,80,60); }

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

<style>
 span { border-color: #53503C; }

 span { border-color: rgb(83,80,60); }

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