#545141

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

Shades of Panda #545141

Tints of Panda #545141

Color information

#545141 (or 0x545141) is unknown color: approx Panda. HEX triplet: 54, 51 and 41. RGB value is (84,81,65). Sum of RGB (Red+Green+Blue) = 84+81+65=230 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.52% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 65 (25.78% from 255 or 28.26% from 230); Max value from RGB is 84 - color contains mainly: red. Hex color #545141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545141 is #ABAEBE. Grayscale: #505050. Windows color (decimal): -11251391 or 4280660. OLE color: 4280660.

HSL color Cylindrical-coordinate representation of color #545141: hue angle of 50.53º 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 #545141 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB848165-
CMYK00.040.230.67
HSL50.53º12.75%29.22%-
HSV(B)50.53º22.62%32.94%-
XYZ7.558.156.18-
YUV80.07119.49130.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.52%
GREEN value IS 81 (32.03% from 255) = 35.22%
BLUE value IS 65 (25.78% from 255) = 28.26%
R=36.52%
G=35.22%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84816500.040.230.6750.5312.7529.22
Hex54514104174333d1d
Octal1241211010427103631535
Binary1010100101000110000010100101111000011110011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545141; }

 p { color: rgb(84,81,65); }

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

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

 a { background-color: rgb(84,81,65); }

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

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

 span { border-color: rgb(84,81,65); }

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