#534F40

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

Shades of Panda #534F40

Tints of Panda #534F40

Color information

#534F40 (or 0x534F40) is unknown color: approx Panda. HEX triplet: 53, 4F and 40. RGB value is (83,79,64). Sum of RGB (Red+Green+Blue) = 83+79+64=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 79 (31.25% from 255 or 34.96% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 83 - color contains mainly: red. Hex color #534F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534F40 is #ACB0BF. Grayscale: #4E4E4E. Windows color (decimal): -11317440 or 4214611. OLE color: 4214611.

HSL color Cylindrical-coordinate representation of color #534F40: hue angle of 47.37º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #534F40 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB837964-
CMYK00.050.230.67
HSL47.37º12.93%28.82%-
HSV(B)47.37º22.89%32.55%-
XYZ7.297.85.97-
YUV78.49119.83131.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.73%
GREEN value IS 79 (31.25% from 255) = 34.96%
BLUE value IS 64 (25.39% from 255) = 28.32%
R=36.73%
G=34.96%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83796400.050.230.6747.3712.9328.82
Hex534F400517432fd1d
Octal1231171000527103571535
Binary1010011100111110000000101101111000011101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,79,64); }

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

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

 a { background-color: rgb(83,79,64); }

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

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

 span { border-color: rgb(83,79,64); }

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