#54503C

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

Shades of Panda #54503C

Tints of Panda #54503C

Color information

#54503C (or 0x54503C) is unknown color: approx Panda. HEX triplet: 54, 50 and 3C. RGB value is (84,80,60). Sum of RGB (Red+Green+Blue) = 84+80+60=224 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.5% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 84 - color contains mainly: red. Hex color #54503C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54503C is #ABAFC3. Grayscale: #4E4E4E. Windows color (decimal): -11251652 or 3952724. OLE color: 3952724.

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

Color convert

RGB848060-
CMYK00.050.290.67
HSL50º16.67%28.24%-
HSV(B)50º28.57%32.94%-
XYZ7.347.955.42-
YUV78.92117.33131.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.5%
GREEN value IS 80 (31.64% from 255) = 35.71%
BLUE value IS 60 (23.83% from 255) = 26.79%
R=37.5%
G=35.71%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84806000.050.290.675016.6728.24
Hex54503C051D4332111c
Octal124120740535103622134
Binary1010100101000011110001011110110000111100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54503C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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