#534C37

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

Shades of Panda #534C37

Tints of Panda #534C37

Color information

#534C37 (or 0x534C37) is unknown color: approx Panda. HEX triplet: 53, 4C and 37. RGB value is (83,76,55). Sum of RGB (Red+Green+Blue) = 83+76+55=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 76 (30.08% from 255 or 35.51% from 214); Blue value is 55 (21.88% from 255 or 25.70% from 214); Max value from RGB is 83 - color contains mainly: red. Hex color #534C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534C37 is #ACB3C8. Grayscale: #4B4B4B. Windows color (decimal): -11318217 or 3624019. OLE color: 3624019.

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

Color convert

RGB837655-
CMYK00.080.340.67
HSL45º20.29%27.06%-
HSV(B)45º33.73%32.55%-
XYZ6.847.284.66-
YUV75.7116.32133.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.79%
GREEN value IS 76 (30.08% from 255) = 35.51%
BLUE value IS 55 (21.88% from 255) = 25.70%
R=38.79%
G=35.51%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83765500.080.340.674520.2927.06
Hex534C370822432d141b
Octal1231146701042103552433
Binary101001110011001101110100010001010000111011011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,76,55); }

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

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

 a { background-color: rgb(83,76,55); }

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

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

 span { border-color: rgb(83,76,55); }

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