#534E3D

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

Shades of Panda #534E3D

Tints of Panda #534E3D

Color information

#534E3D (or 0x534E3D) is unknown color: approx Panda. HEX triplet: 53, 4E and 3D. RGB value is (83,78,61). Sum of RGB (Red+Green+Blue) = 83+78+61=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 78 (30.86% from 255 or 35.14% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 83 - color contains mainly: red. Hex color #534E3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534E3D is #ACB1C2. Grayscale: #4D4D4D. Windows color (decimal): -11317699 or 4017747. OLE color: 4017747.

HSL color Cylindrical-coordinate representation of color #534E3D: hue angle of 46.36º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #534E3D is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB837861-
CMYK00.060.270.67
HSL46.36º15.28%28.24%-
HSV(B)46.36º26.51%32.55%-
XYZ7.137.625.51-
YUV77.56118.66131.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.39%
GREEN value IS 78 (30.86% from 255) = 35.14%
BLUE value IS 61 (24.22% from 255) = 27.48%
R=37.39%
G=35.14%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83786100.060.270.6746.3615.2828.24
Hex534E3D061B432ef1c
Octal123116750633103561734
Binary101001110011101111010110110111000011101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534E3D; }

 p { color: rgb(83,78,61); }

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

<style>
 a { background-color: #534E3D; }

 a { background-color: rgb(83,78,61); }

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

<style>
 span { border-color: #534E3D; }

 span { border-color: rgb(83,78,61); }

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