#504A3B

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

Shades of Panda #504A3B

Tints of Panda #504A3B

Color information

#504A3B (or 0x504A3B) is unknown color: approx Panda. HEX triplet: 50, 4A and 3B. RGB value is (80,74,59). Sum of RGB (Red+Green+Blue) = 80+74+59=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 74 (29.30% from 255 or 34.74% from 213); Blue value is 59 (23.44% from 255 or 27.70% from 213); Max value from RGB is 80 - color contains mainly: red. Hex color #504A3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504A3B is #AFB5C4. Grayscale: #4A4A4A. Windows color (decimal): -11515333 or 3885648. OLE color: 3885648.

HSL color Cylindrical-coordinate representation of color #504A3B: hue angle of 42.86º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #504A3B is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.69.

Color convert

RGB807459-
CMYK00.080.260.69
HSL42.86º15.11%27.25%-
HSV(B)42.86º26.25%31.37%-
XYZ6.556.925.13-
YUV74.08119.49132.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.56%
GREEN value IS 74 (29.30% from 255) = 34.74%
BLUE value IS 59 (23.44% from 255) = 27.70%
R=37.56%
G=34.74%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80745900.080.260.6942.8615.1127.25
Hex504A3B081A452bf1b
Octal1201127301032105531733
Binary1010000100101011101101000110101000101101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504A3B; }

 p { color: rgb(80,74,59); }

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

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

 a { background-color: rgb(80,74,59); }

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

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

 span { border-color: rgb(80,74,59); }

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