#4E2D26

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

Shades of Espresso #4E2D26

Tints of Espresso #4E2D26

Color information

#4E2D26 (or 0x4E2D26) is unknown color: approx Espresso. HEX triplet: 4E, 2D and 26. RGB value is (78,45,38). Sum of RGB (Red+Green+Blue) = 78+45+38=161 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.45% from 161); Green value is 45 (17.97% from 255 or 27.95% from 161); Blue value is 38 (15.23% from 255 or 23.60% from 161); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2D26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2D26 is #B1D2D9. Grayscale: #363636. Windows color (decimal): -11653850 or 2501966. OLE color: 2501966.

HSL color Cylindrical-coordinate representation of color #4E2D26: hue angle of 10.5º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E2D26 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.69.

Color convert

RGB784538-
CMYK00.420.510.69
HSL10.5º34.48%22.75%-
HSV(B)10.5º51.28%30.59%-
XYZ4.433.642.3-
YUV54.07118.93145.07-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 48.45%
GREEN value IS 45 (17.97% from 255) = 27.95%
BLUE value IS 38 (15.23% from 255) = 23.60%
R=48.45%
G=27.95%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78453800.420.510.6910.534.4822.75
Hex4E2D2602A3345b2217
Octal116554605263105134227
Binary100111010110110011001010101100111000101101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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