Html Css Color HEX #4E312E Espresso

📋 copy color: '#4E312E'

red 78 ◦ green 49 ◦ blue 46

#4E312E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Espresso #4E312E

Tints of Espresso #4E312E

RGB

 RED value IS 78 (30.86% from 255) = 45.09%

 GREEN value IS 49 (19.53% from 255) = 28.32%

 BLUE value IS 46 (18.36% from 255) = 26.59%

R = 45.09%
G = 28.32%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.41

 K value IS 0.69

RGB Variations

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

Color information

#4E312E (or 0x4E312E) is known color: Espresso. HEX triplet: 4E, 31 and 2E. RGB value is (78,49,46). Sum of RGB (Red+Green+Blue) = 78+49+46=173 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.09% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 78 - color contains mainly: red. Hex color #4E312E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E312E is #B1CED1. Grayscale: #393939. Windows color (decimal): -11652818 or 3027278. OLE color: 3027278.

HSL color Cylindrical-coordinate representation of color #4E312E: hue angle of 5.62º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E312E is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 49 46 -
CMYK 0 0.37 0.41 0.69
HSL 5.63º 0.26% 0.24% -
HSV(B) 5.63º 0.41% 0.31% -
XYZ 4.73 4.01 3.11 -
YUV 57.33 121.61 142.74 -
System Red Green Blue C M Y K H S L
Decimal 78 49 46 0 0.37 0.41 0.69 5.63 0.26 0.24
Hex 4E 31 2E 0 25 29 45 6 1A 18
Octal 116 61 56 0 45 51 105 6 32 30
Binary 1001110 110001 101110 0 100101 101001 1000101 110 11010 11000

Color Harmonies of #4E312E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E312E

Black with #4E312E

Text Example


Text Example

White with #4E312E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E312E;
 }
 .AnyTagClassName
 {
   color: #4E312E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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