#4E2F2A

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

Shades of Espresso #4E2F2A

Tints of Espresso #4E2F2A

Color information

#4E2F2A (or 0x4E2F2A) is unknown color: approx Espresso. HEX triplet: 4E, 2F and 2A. RGB value is (78,47,42). Sum of RGB (Red+Green+Blue) = 78+47+42=167 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.71% from 167); Green value is 47 (18.75% from 255 or 28.14% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2F2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2F2A is #B1D0D5. Grayscale: #373737. Windows color (decimal): -11653334 or 2764622. OLE color: 2764622.

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

Color convert

RGB784742-
CMYK00.400.460.69
HSL8.33º30%23.53%-
HSV(B)8.33º46.15%30.59%-
XYZ4.583.822.69-
YUV55.7120.27143.91-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 46.71%
GREEN value IS 47 (18.75% from 255) = 28.14%
BLUE value IS 42 (16.80% from 255) = 25.15%
R=46.71%
G=28.14%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78474200.400.460.698.333023.53
Hex4E2F2A0282E4581e18
Octal116575205056105103630
Binary10011101011111010100101000101110100010110001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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