#4E312E

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

Shades of Espresso #4E312E

Tints of Espresso #4E312E

Color information

#4E312E (or 0x4E312E) is unknown color: approx Espresso. HEX triplet: 4E, 31 and 2E. RGB value is (78,49,46). Sum of RGB (Red+Green+Blue) = 78+49+46=173 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.09% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 78 - color contains mainly: red. Hex color #4E312E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E312E is #B1CED1. Grayscale: #393939. Windows color (decimal): -11652818 or 3027278. OLE color: 3027278.

HSL color Cylindrical-coordinate representation of color #4E312E: hue angle of 5.63º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E312E is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB784946-
CMYK00.370.410.69
HSL5.63º25.81%24.31%-
HSV(B)5.63º41.03%30.59%-
XYZ4.734.013.11-
YUV57.33121.61142.74-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 45.09%
GREEN value IS 49 (19.53% from 255) = 28.32%
BLUE value IS 46 (18.36% from 255) = 26.59%
R=45.09%
G=28.32%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78494600.370.410.695.6325.8124.31
Hex4E312E025294561a18
Octal11661560455110563230
Binary1001110110001101110010010110100110001011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E312E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,49,46); }

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

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

 a { background-color: rgb(78,49,46); }

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

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

 span { border-color: rgb(78,49,46); }

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