#53523E

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

Shades of Panda #53523E

Tints of Panda #53523E

Color information

#53523E (or 0x53523E) is unknown color: approx Panda. HEX triplet: 53, 52 and 3E. RGB value is (83,82,62). Sum of RGB (Red+Green+Blue) = 83+82+62=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 62 (24.61% from 255 or 27.31% from 227); Max value from RGB is 83 - color contains mainly: red. Hex color #53523E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53523E is #ACADC1. Grayscale: #505050. Windows color (decimal): -11316674 or 4084307. OLE color: 4084307.

HSL color Cylindrical-coordinate representation of color #53523E: hue angle of 57.14º 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 #53523E is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB838262-
CMYK00.010.250.67
HSL57.14º14.48%28.43%-
HSV(B)57.14º25.3%32.55%-
XYZ7.458.225.75-
YUV80.02117.83130.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.56%
GREEN value IS 82 (32.42% from 255) = 36.12%
BLUE value IS 62 (24.61% from 255) = 27.31%
R=36.56%
G=36.12%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83826200.010.250.6757.1414.4828.43
Hex53523E01194339e1c
Octal123122760131103711634
Binary1010011101001011111001110011000011111001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53523E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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