#504A3A

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

Shades of Panda #504A3A

Tints of Panda #504A3A

Color information

#504A3A (or 0x504A3A) is unknown color: approx Panda. HEX triplet: 50, 4A and 3A. RGB value is (80,74,58). Sum of RGB (Red+Green+Blue) = 80+74+58=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 74 (29.30% from 255 or 34.91% from 212); Blue value is 58 (23.05% from 255 or 27.36% from 212); Max value from RGB is 80 - color contains mainly: red. Hex color #504A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504A3A is #AFB5C5. Grayscale: #4A4A4A. Windows color (decimal): -11515334 or 3820112. OLE color: 3820112.

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

Color convert

RGB807458-
CMYK00.080.280.69
HSL43.64º15.94%27.06%-
HSV(B)43.64º27.5%31.37%-
XYZ6.526.914.99-
YUV73.97118.99132.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.74%
GREEN value IS 74 (29.30% from 255) = 34.91%
BLUE value IS 58 (23.05% from 255) = 27.36%
R=37.74%
G=34.91%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80745800.080.280.6943.6415.9427.06
Hex504A3A081C452c101b
Octal1201127201034105542033
Binary10100001001010111010010001110010001011011001000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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