#54503A

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

Shades of Panda #54503A

Tints of Panda #54503A

Color information

#54503A (or 0x54503A) is unknown color: approx Panda. HEX triplet: 54, 50 and 3A. RGB value is (84,80,58). Sum of RGB (Red+Green+Blue) = 84+80+58=222 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.84% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 84 - color contains mainly: red. Hex color #54503A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54503A is #ABAFC5. Grayscale: #4E4E4E. Windows color (decimal): -11251654 or 3821652. OLE color: 3821652.

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

Color convert

RGB848058-
CMYK00.050.310.67
HSL50.77º18.31%27.84%-
HSV(B)50.77º30.95%32.94%-
XYZ7.297.935.15-
YUV78.69116.33131.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.84%
GREEN value IS 80 (31.64% from 255) = 36.04%
BLUE value IS 58 (23.05% from 255) = 26.13%
R=37.84%
G=36.04%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84805800.050.310.6750.7718.3127.84
Hex54503A051F4333121c
Octal124120720537103632234
Binary1010100101000011101001011111110000111100111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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