#545040

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

Shades of Panda #545040

Tints of Panda #545040

Color information

#545040 (or 0x545040) is unknown color: approx Panda. HEX triplet: 54, 50 and 40. RGB value is (84,80,64). Sum of RGB (Red+Green+Blue) = 84+80+64=228 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.84% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 84 - color contains mainly: red. Hex color #545040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545040 is #ABAFBF. Grayscale: #4F4F4F. Windows color (decimal): -11251648 or 4214868. OLE color: 4214868.

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

Color convert

RGB848064-
CMYK00.050.240.67
HSL48º13.51%29.02%-
HSV(B)48º23.81%32.94%-
XYZ7.457.996-
YUV79.37119.33131.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.84%
GREEN value IS 80 (31.64% from 255) = 35.09%
BLUE value IS 64 (25.39% from 255) = 28.07%
R=36.84%
G=35.09%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84806400.050.240.674813.5129.02
Hex54504005184330e1d
Octal1241201000530103601635
Binary1010100101000010000000101110001000011110000111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545040; }

 p { color: rgb(84,80,64); }

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

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

 a { background-color: rgb(84,80,64); }

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

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

 span { border-color: rgb(84,80,64); }

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