#4E332F

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

Shades of Espresso #4E332F

Tints of Espresso #4E332F

Color information

#4E332F (or 0x4E332F) is unknown color: approx Espresso. HEX triplet: 4E, 33 and 2F. RGB value is (78,51,47). Sum of RGB (Red+Green+Blue) = 78+51+47=176 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.32% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 47 (18.75% from 255 or 26.70% from 176); Max value from RGB is 78 - color contains mainly: red. Hex color #4E332F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E332F is #B1CCD0. Grayscale: #3A3A3A. Windows color (decimal): -11652305 or 3093326. OLE color: 3093326.

HSL color Cylindrical-coordinate representation of color #4E332F: hue angle of 7.74º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E332F is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.69.

Color convert

RGB785147-
CMYK00.350.400.69
HSL7.74º24.8%24.51%-
HSV(B)7.74º39.74%30.59%-
XYZ4.844.193.24-
YUV58.62121.45141.83-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 44.32%
GREEN value IS 51 (20.31% from 255) = 28.98%
BLUE value IS 47 (18.75% from 255) = 26.70%
R=44.32%
G=28.98%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78514700.350.400.697.7424.824.51
Hex4E332F023284581919
Octal116635704350105103131
Binary10011101100111011110100011101000100010110001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E332F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,51,47); }

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

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

 a { background-color: rgb(78,51,47); }

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

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

 span { border-color: rgb(78,51,47); }

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