#4E2D2A

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

Shades of Espresso #4E2D2A

Tints of Espresso #4E2D2A

Color information

#4E2D2A (or 0x4E2D2A) is unknown color: approx Espresso. HEX triplet: 4E, 2D and 2A. RGB value is (78,45,42). Sum of RGB (Red+Green+Blue) = 78+45+42=165 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.27% from 165); Green value is 45 (17.97% from 255 or 27.27% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2D2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2D2A is #B1D2D5. Grayscale: #363636. Windows color (decimal): -11653846 or 2764110. OLE color: 2764110.

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

Color convert

RGB784542-
CMYK00.420.460.69
HSL30%23.53%-
HSV(B)46.15%30.59%-
XYZ4.53.662.66-
YUV54.52120.93144.74-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 47.27%
GREEN value IS 45 (17.97% from 255) = 27.27%
BLUE value IS 42 (16.80% from 255) = 25.45%
R=47.27%
G=27.27%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78454200.420.460.6953023.53
Hex4E2D2A02A2E4551e18
Octal11655520525610553630
Binary1001110101101101010010101010111010001011011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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