#4E342D

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

Shades of Espresso #4E342D

Tints of Espresso #4E342D

Color information

#4E342D (or 0x4E342D) is unknown color: approx Espresso. HEX triplet: 4E, 34 and 2D. RGB value is (78,52,45). Sum of RGB (Red+Green+Blue) = 78+52+45=175 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.57% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 78 - color contains mainly: red. Hex color #4E342D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E342D is #B1CBD2. Grayscale: #3B3B3B. Windows color (decimal): -11652051 or 2962510. OLE color: 2962510.

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

Color convert

RGB785245-
CMYK00.330.420.69
HSL12.73º26.83%24.12%-
HSV(B)12.73º42.31%30.59%-
XYZ4.844.273.05-
YUV58.98120.11141.57-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 44.57%
GREEN value IS 52 (20.70% from 255) = 29.71%
BLUE value IS 45 (17.97% from 255) = 25.71%
R=44.57%
G=29.71%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78524500.330.420.6912.7326.8324.12
Hex4E342D0212A45d1b18
Octal116645504152105153330
Binary10011101101001011010100001101010100010111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E342D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,52,45); }

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

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

 a { background-color: rgb(78,52,45); }

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

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

 span { border-color: rgb(78,52,45); }

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