#54503E

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

Shades of Panda #54503E

Tints of Panda #54503E

Color information

#54503E (or 0x54503E) is unknown color: approx Panda. HEX triplet: 54, 50 and 3E. RGB value is (84,80,62). Sum of RGB (Red+Green+Blue) = 84+80+62=226 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.17% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 62 (24.61% from 255 or 27.43% from 226); Max value from RGB is 84 - color contains mainly: red. Hex color #54503E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54503E is #ABAFC1. Grayscale: #4F4F4F. Windows color (decimal): -11251650 or 4083796. OLE color: 4083796.

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

Color convert

RGB848062-
CMYK00.050.260.67
HSL49.09º15.07%28.63%-
HSV(B)49.09º26.19%32.94%-
XYZ7.397.975.71-
YUV79.14118.33131.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.17%
GREEN value IS 80 (31.64% from 255) = 35.40%
BLUE value IS 62 (24.61% from 255) = 27.43%
R=37.17%
G=35.40%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84806200.050.260.6749.0915.0728.63
Hex54503E051A4331f1d
Octal124120760532103611735
Binary101010010100001111100101110101000011110001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54503E; }

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

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

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

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

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

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

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

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