#4E4743

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

Shades of Cork #4E4743

Tints of Cork #4E4743

Color information

#4E4743 (or 0x4E4743) is unknown color: approx Cork. HEX triplet: 4E, 47 and 43. RGB value is (78,71,67). Sum of RGB (Red+Green+Blue) = 78+71+67=216 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.11% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 67 (26.56% from 255 or 31.02% from 216); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4743 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4743 is #B1B8BC. Grayscale: #484848. Windows color (decimal): -11647165 or 4409166. OLE color: 4409166.

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

Color convert

RGB787167-
CMYK00.090.140.69
HSL21.82º7.59%28.43%-
HSV(B)21.82º14.1%30.59%-
XYZ6.416.536.23-
YUV72.64124.82131.83-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 36.11%
GREEN value IS 71 (28.12% from 255) = 32.87%
BLUE value IS 67 (26.56% from 255) = 31.02%
R=36.11%
G=32.87%
B=31.02%

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
Decimal78716700.090.140.6921.827.5928.43
Hex4E474309E451681c
Octal11610710301116105261034
Binary100111010001111000011010011110100010110110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E4743; }

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

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

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

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

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

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

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

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