#545240

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

Shades of Panda #545240

Tints of Panda #545240

Color information

#545240 (or 0x545240) is unknown color: approx Panda. HEX triplet: 54, 52 and 40. RGB value is (84,82,64). Sum of RGB (Red+Green+Blue) = 84+82+64=230 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.52% from 230); Green value is 82 (32.42% from 255 or 35.65% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 84 - color contains mainly: red. Hex color #545240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545240 is #ABADBF. Grayscale: #505050. Windows color (decimal): -11251136 or 4215380. OLE color: 4215380.

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

Color convert

RGB848264-
CMYK00.020.240.67
HSL54º13.51%29.02%-
HSV(B)54º23.81%32.94%-
XYZ7.68.296.05-
YUV80.55118.66130.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.52%
GREEN value IS 82 (32.42% from 255) = 35.65%
BLUE value IS 64 (25.39% from 255) = 27.83%
R=36.52%
G=35.65%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84826400.020.240.675413.5129.02
Hex54524002184336e1d
Octal1241221000230103661635
Binary101010010100101000000010110001000011110110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545240; }

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

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

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

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

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

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

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

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