#53503E

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

Shades of Panda #53503E

Tints of Panda #53503E

Color information

#53503E (or 0x53503E) is unknown color: approx Panda. HEX triplet: 53, 50 and 3E. RGB value is (83,80,62). Sum of RGB (Red+Green+Blue) = 83+80+62=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 62 (24.61% from 255 or 27.56% from 225); Max value from RGB is 83 - color contains mainly: red. Hex color #53503E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53503E is #ACAFC1. Grayscale: #4E4E4E. Windows color (decimal): -11317186 or 4083795. OLE color: 4083795.

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

Color convert

RGB838062-
CMYK00.040.250.67
HSL51.43º14.48%28.43%-
HSV(B)51.43º25.3%32.55%-
XYZ7.317.925.7-
YUV78.84118.49130.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.89%
GREEN value IS 80 (31.64% from 255) = 35.56%
BLUE value IS 62 (24.61% from 255) = 27.56%
R=36.89%
G=35.56%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83806200.040.250.6751.4314.4828.43
Hex53503E04194333e1c
Octal123120760431103631634
Binary101001110100001111100100110011000011110011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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