#54503F

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

Shades of Panda #54503F

Tints of Panda #54503F

Color information

#54503F (or 0x54503F) is unknown color: approx Panda. HEX triplet: 54, 50 and 3F. RGB value is (84,80,63). Sum of RGB (Red+Green+Blue) = 84+80+63=227 (30% of max value = 765). Red value is 84 (33.20% from 255 or 37.00% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 84 - color contains mainly: red. Hex color #54503F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54503F is #ABAFC0. Grayscale: #4F4F4F. Windows color (decimal): -11251649 or 4149332. OLE color: 4149332.

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

Color convert

RGB848063-
CMYK00.050.250.67
HSL48.57º14.29%28.82%-
HSV(B)48.57º25%32.94%-
XYZ7.427.985.85-
YUV79.26118.83131.38-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.00%
GREEN value IS 80 (31.64% from 255) = 35.24%
BLUE value IS 63 (25% from 255) = 27.75%
R=37.00%
G=35.24%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84806300.050.250.6748.5714.2928.82
Hex54503F05194331e1d
Octal124120770531103611635
Binary101010010100001111110101110011000011110001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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