#534E38

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

Shades of Panda #534E38

Tints of Panda #534E38

Color information

#534E38 (or 0x534E38) is unknown color: approx Panda. HEX triplet: 53, 4E and 38. RGB value is (83,78,56). Sum of RGB (Red+Green+Blue) = 83+78+56=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 78 (30.86% from 255 or 35.94% from 217); Blue value is 56 (22.27% from 255 or 25.81% from 217); Max value from RGB is 83 - color contains mainly: red. Hex color #534E38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534E38 is #ACB1C7. Grayscale: #4D4D4D. Windows color (decimal): -11317704 or 3690067. OLE color: 3690067.

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

Color convert

RGB837856-
CMYK00.060.330.67
HSL48.89º19.42%27.25%-
HSV(B)48.89º32.53%32.55%-
XYZ7.017.574.83-
YUV76.99116.16132.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.25%
GREEN value IS 78 (30.86% from 255) = 35.94%
BLUE value IS 56 (22.27% from 255) = 25.81%
R=38.25%
G=35.94%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83785600.060.330.6748.8919.4227.25
Hex534E3806214331131b
Octal123116700641103612333
Binary10100111001110111000011010000110000111100011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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