#504B3F

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

Shades of Panda #504B3F

Tints of Panda #504B3F

Color information

#504B3F (or 0x504B3F) is unknown color: approx Panda. HEX triplet: 50, 4B and 3F. RGB value is (80,75,63). Sum of RGB (Red+Green+Blue) = 80+75+63=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 75 (29.69% from 255 or 34.40% from 218); Blue value is 63 (25% from 255 or 28.90% from 218); Max value from RGB is 80 - color contains mainly: red. Hex color #504B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504B3F is #AFB4C0. Grayscale: #4B4B4B. Windows color (decimal): -11515073 or 4148048. OLE color: 4148048.

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

Color convert

RGB807563-
CMYK00.060.210.69
HSL42.35º11.89%28.04%-
HSV(B)42.35º21.25%31.37%-
XYZ6.727.15.72-
YUV75.13121.16131.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.70%
GREEN value IS 75 (29.69% from 255) = 34.40%
BLUE value IS 63 (25% from 255) = 28.90%
R=36.70%
G=34.40%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80756300.060.210.6942.3511.8928.04
Hex504B3F0615452ac1c
Octal120113770625105521434
Binary101000010010111111110110101011000101101010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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