#504945

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

Shades of Cork #504945

Tints of Cork #504945

Color information

#504945 (or 0x504945) is unknown color: approx Cork. HEX triplet: 50, 49 and 45. RGB value is (80,73,69). Sum of RGB (Red+Green+Blue) = 80+73+69=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 69 (27.34% from 255 or 31.08% from 222); Max value from RGB is 80 - color contains mainly: red. Hex color #504945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504945 is #AFB6BA. Grayscale: #4A4A4A. Windows color (decimal): -11515579 or 4540752. OLE color: 4540752.

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

Color convert

RGB807369-
CMYK00.090.140.69
HSL21.82º7.38%29.22%-
HSV(B)21.82º13.75%31.37%-
XYZ6.766.96.61-
YUV74.64124.82131.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.04%
GREEN value IS 73 (28.91% from 255) = 32.88%
BLUE value IS 69 (27.34% from 255) = 31.08%
R=36.04%
G=32.88%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80736900.090.140.6921.827.3829.22
Hex50494509E451671d
Octal1201111050111610526735
Binary10100001001001100010101001111010001011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504945; }

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

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

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

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

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

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

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

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