#4E302F

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

Shades of Espresso #4E302F

Tints of Espresso #4E302F

Color information

#4E302F (or 0x4E302F) is unknown color: approx Espresso. HEX triplet: 4E, 30 and 2F. RGB value is (78,48,47). Sum of RGB (Red+Green+Blue) = 78+48+47=173 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.09% from 173); Green value is 48 (19.14% from 255 or 27.75% from 173); Blue value is 47 (18.75% from 255 or 27.17% from 173); Max value from RGB is 78 - color contains mainly: red. Hex color #4E302F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E302F is #B1CFD0. Grayscale: #383838. Windows color (decimal): -11653073 or 3092558. OLE color: 3092558.

HSL color Cylindrical-coordinate representation of color #4E302F: hue angle of 1.94º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E302F is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.69.

Color convert

RGB784847-
CMYK00.380.400.69
HSL1.94º24.8%24.51%-
HSV(B)1.94º39.74%30.59%-
XYZ4.713.943.2-
YUV56.86122.44143.08-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 45.09%
GREEN value IS 48 (19.14% from 255) = 27.75%
BLUE value IS 47 (18.75% from 255) = 27.17%
R=45.09%
G=27.75%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78484700.380.400.691.9424.824.51
Hex4E302F026284521919
Octal11660570465010523131
Binary100111011000010111101001101010001000101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E302F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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