#504743

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

Shades of Cork #504743

Tints of Cork #504743

Color information

#504743 (or 0x504743) is unknown color: approx Cork. HEX triplet: 50, 47 and 43. RGB value is (80,71,67). Sum of RGB (Red+Green+Blue) = 80+71+67=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 67 (26.56% from 255 or 30.73% from 218); Max value from RGB is 80 - color contains mainly: red. Hex color #504743 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504743 is #AFB8BC. Grayscale: #494949. Windows color (decimal): -11516093 or 4409168. OLE color: 4409168.

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

Color convert

RGB807167-
CMYK00.110.160.69
HSL18.46º8.84%28.82%-
HSV(B)18.46º16.25%31.37%-
XYZ6.576.626.24-
YUV73.24124.48132.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.70%
GREEN value IS 71 (28.12% from 255) = 32.57%
BLUE value IS 67 (26.56% from 255) = 30.73%
R=36.70%
G=32.57%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80716700.110.160.6918.468.8428.82
Hex5047430B10451291d
Octal12010710301320105221135
Binary1010000100011110000110101110000100010110010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504743; }

 p { color: rgb(80,71,67); }

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

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

 a { background-color: rgb(80,71,67); }

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

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

 span { border-color: rgb(80,71,67); }

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