#4E2B2A

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

Shades of Espresso #4E2B2A

Tints of Espresso #4E2B2A

Color information

#4E2B2A (or 0x4E2B2A) is unknown color: approx Espresso. HEX triplet: 4E, 2B and 2A. RGB value is (78,43,42). Sum of RGB (Red+Green+Blue) = 78+43+42=163 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.85% from 163); Green value is 43 (17.19% from 255 or 26.38% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2B2A is #B1D4D5. Grayscale: #353535. Windows color (decimal): -11654358 or 2763598. OLE color: 2763598.

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

Color convert

RGB784342-
CMYK00.450.460.69
HSL1.67º30%23.53%-
HSV(B)1.67º46.15%30.59%-
XYZ4.423.512.64-
YUV53.35121.6145.58-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 47.85%
GREEN value IS 43 (17.19% from 255) = 26.38%
BLUE value IS 42 (16.80% from 255) = 25.77%
R=47.85%
G=26.38%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78434200.450.460.691.673023.53
Hex4E2B2A02D2E4521e18
Octal11653520555610523630
Binary100111010101110101001011011011101000101101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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