#504C49

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

Shades of Cork #504C49

Tints of Cork #504C49

Color information

#504C49 (or 0x504C49) is unknown color: approx Cork. HEX triplet: 50, 4C and 49. RGB value is (80,76,73). Sum of RGB (Red+Green+Blue) = 80+76+73=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 76 (30.08% from 255 or 33.19% from 229); Blue value is 73 (28.91% from 255 or 31.88% from 229); Max value from RGB is 80 - color contains mainly: red. Hex color #504C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504C49 is #AFB3B6. Grayscale: #4C4C4C. Windows color (decimal): -11514807 or 4803664. OLE color: 4803664.

HSL color Cylindrical-coordinate representation of color #504C49: hue angle of 25.71º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #504C49 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB807673-
CMYK00.050.090.69
HSL25.71º4.58%30%-
HSV(B)25.71º8.75%31.37%-
XYZ7.17.367.35-
YUV76.85125.83130.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.93%
GREEN value IS 76 (30.08% from 255) = 33.19%
BLUE value IS 73 (28.91% from 255) = 31.88%
R=34.93%
G=33.19%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80767300.050.090.6925.714.5830
Hex504C49059451a51e
Octal120114111051110532536
Binary1010000100110010010010101100110001011101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,76,73); }

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

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

 a { background-color: rgb(80,76,73); }

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

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

 span { border-color: rgb(80,76,73); }

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