#53513E

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

Shades of Panda #53513E

Tints of Panda #53513E

Color information

#53513E (or 0x53513E) is unknown color: approx Panda. HEX triplet: 53, 51 and 3E. RGB value is (83,81,62). Sum of RGB (Red+Green+Blue) = 83+81+62=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 81 (32.03% from 255 or 35.84% from 226); Blue value is 62 (24.61% from 255 or 27.43% from 226); Max value from RGB is 83 - color contains mainly: red. Hex color #53513E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53513E is #ACAEC1. Grayscale: #4F4F4F. Windows color (decimal): -11316930 or 4084051. OLE color: 4084051.

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

Color convert

RGB838162-
CMYK00.020.250.67
HSL54.29º14.48%28.43%-
HSV(B)54.29º25.3%32.55%-
XYZ7.388.075.73-
YUV79.43118.16130.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.73%
GREEN value IS 81 (32.03% from 255) = 35.84%
BLUE value IS 62 (24.61% from 255) = 27.43%
R=36.73%
G=35.84%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83816200.020.250.6754.2914.4828.43
Hex53513E02194336e1c
Octal123121760231103661634
Binary10100111010001111110010110011000011110110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53513E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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