#4E312A

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

Shades of Espresso #4E312A

Tints of Espresso #4E312A

Color information

#4E312A (or 0x4E312A) is unknown color: approx Espresso. HEX triplet: 4E, 31 and 2A. RGB value is (78,49,42). Sum of RGB (Red+Green+Blue) = 78+49+42=169 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.15% from 169); Green value is 49 (19.53% from 255 or 28.99% from 169); Blue value is 42 (16.80% from 255 or 24.85% from 169); Max value from RGB is 78 - color contains mainly: red. Hex color #4E312A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E312A is #B1CED5. Grayscale: #383838. Windows color (decimal): -11652822 or 2765134. OLE color: 2765134.

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

Color convert

RGB784942-
CMYK00.370.460.69
HSL11.67º30%23.53%-
HSV(B)11.67º46.15%30.59%-
XYZ4.663.982.71-
YUV56.87119.61143.07-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 46.15%
GREEN value IS 49 (19.53% from 255) = 28.99%
BLUE value IS 42 (16.80% from 255) = 24.85%
R=46.15%
G=28.99%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78494200.370.460.6911.673023.53
Hex4E312A0252E45c1e18
Octal116615204556105143630
Binary10011101100011010100100101101110100010111001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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