#4E332A

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

Shades of Espresso #4E332A

Tints of Espresso #4E332A

Color information

#4E332A (or 0x4E332A) is unknown color: approx Espresso. HEX triplet: 4E, 33 and 2A. RGB value is (78,51,42). Sum of RGB (Red+Green+Blue) = 78+51+42=171 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.61% from 171); Green value is 51 (20.31% from 255 or 29.82% from 171); Blue value is 42 (16.80% from 255 or 24.56% from 171); Max value from RGB is 78 - color contains mainly: red. Hex color #4E332A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E332A is #B1CCD5. Grayscale: #3A3A3A. Windows color (decimal): -11652310 or 2765646. OLE color: 2765646.

HSL color Cylindrical-coordinate representation of color #4E332A: hue angle of 15º 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 #4E332A is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB785142-
CMYK00.350.460.69
HSL15º30%23.53%-
HSV(B)15º46.15%30.59%-
XYZ4.744.152.74-
YUV58.05118.95142.23-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 45.61%
GREEN value IS 51 (20.31% from 255) = 29.82%
BLUE value IS 42 (16.80% from 255) = 24.56%
R=45.61%
G=29.82%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78514200.350.460.69153023.53
Hex4E332A0232E45f1e18
Octal116635204356105173630
Binary10011101100111010100100011101110100010111111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E332A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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