#4E322A

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

Shades of Espresso #4E322A

Tints of Espresso #4E322A

Color information

#4E322A (or 0x4E322A) is unknown color: approx Espresso. HEX triplet: 4E, 32 and 2A. RGB value is (78,50,42). Sum of RGB (Red+Green+Blue) = 78+50+42=170 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.88% from 170); Green value is 50 (19.92% from 255 or 29.41% from 170); Blue value is 42 (16.80% from 255 or 24.71% from 170); Max value from RGB is 78 - color contains mainly: red. Hex color #4E322A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E322A is #B1CDD5. Grayscale: #393939. Windows color (decimal): -11652566 or 2765390. OLE color: 2765390.

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

Color convert

RGB785042-
CMYK00.360.460.69
HSL13.33º30%23.53%-
HSV(B)13.33º46.15%30.59%-
XYZ4.74.072.73-
YUV57.46119.28142.65-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 45.88%
GREEN value IS 50 (19.92% from 255) = 29.41%
BLUE value IS 42 (16.80% from 255) = 24.71%
R=45.88%
G=29.41%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78504200.360.460.6913.333023.53
Hex4E322A0242E45d1e18
Octal116625204456105153630
Binary10011101100101010100100100101110100010111011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,50,42); }

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

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

 a { background-color: rgb(78,50,42); }

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

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

 span { border-color: rgb(78,50,42); }

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