#534F3C

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

Shades of Panda #534F3C

Tints of Panda #534F3C

Color information

#534F3C (or 0x534F3C) is unknown color: approx Panda. HEX triplet: 53, 4F and 3C. RGB value is (83,79,60). Sum of RGB (Red+Green+Blue) = 83+79+60=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 79 (31.25% from 255 or 35.59% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 83 - color contains mainly: red. Hex color #534F3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534F3C is #ACB0C3. Grayscale: #4E4E4E. Windows color (decimal): -11317444 or 3952467. OLE color: 3952467.

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

Color convert

RGB837960-
CMYK00.050.280.67
HSL49.57º16.08%28.04%-
HSV(B)49.57º27.71%32.55%-
XYZ7.187.765.39-
YUV78.03117.83131.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.39%
GREEN value IS 79 (31.25% from 255) = 35.59%
BLUE value IS 60 (23.83% from 255) = 27.03%
R=37.39%
G=35.59%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83796000.050.280.6749.5716.0828.04
Hex534F3C051C4332101c
Octal123117740534103622034
Binary1010011100111111110001011110010000111100101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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