#504944

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

Shades of Cork #504944

Tints of Cork #504944

Color information

#504944 (or 0x504944) is unknown color: approx Cork. HEX triplet: 50, 49 and 44. RGB value is (80,73,68). Sum of RGB (Red+Green+Blue) = 80+73+68=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 68 (26.95% from 255 or 30.77% from 221); Max value from RGB is 80 - color contains mainly: red. Hex color #504944 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504944 is #AFB6BB. Grayscale: #4A4A4A. Windows color (decimal): -11515580 or 4475216. OLE color: 4475216.

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

Color convert

RGB807368-
CMYK00.090.150.69
HSL25º8.11%29.02%-
HSV(B)25º15%31.37%-
XYZ6.736.896.44-
YUV74.52124.32131.91-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.20%
GREEN value IS 73 (28.91% from 255) = 33.03%
BLUE value IS 68 (26.95% from 255) = 30.77%
R=36.20%
G=33.03%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80736800.090.150.69258.1129.02
Hex50494409F451981d
Octal12011110401117105311035
Binary101000010010011000100010011111100010111001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504944; }

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

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

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

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

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

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

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

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