Html Css Color HEX #4E322D Espresso

📋 copy color: '#4E322D'

red 78 ◦ green 50 ◦ blue 45

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

Shades of Espresso #4E322D

Tints of Espresso #4E322D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.9%

 BLUE value IS 45 (17.97% from 255) = 26.01%

R = 45.09%
G = 28.9%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#4E322D (or 0x4E322D) is known color: Espresso. HEX triplet: 4E, 32 and 2D. RGB value is (78,50,45). Sum of RGB (Red+Green+Blue) = 78+50+45=173 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.09% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 45 (17.97% from 255 or 26.01% from 173); Max value from RGB is 78 - color contains mainly: red. Hex color #4E322D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E322D is #B1CDD2. Grayscale: #393939. Windows color (decimal): -11652563 or 2961998. OLE color: 2961998.

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

Color convert

RGB 78 50 45 -
CMYK 0 0.36 0.42 0.69
HSL 9.09º 0.27% 0.24% -
HSV(B) 9.09º 0.42% 0.31% -
XYZ 4.76 4.09 3.02 -
YUV 57.8 120.78 142.41 -
System Red Green Blue C M Y K H S L
Decimal 78 50 45 0 0.36 0.42 0.69 9.09 0.27 0.24
Hex 4E 32 2D 0 24 2A 45 9 1B 18
Octal 116 62 55 0 44 52 105 11 33 30
Binary 1001110 110010 101101 0 100100 101010 1000101 1001 11011 11000

Color Harmonies of #4E322D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E322D

Black with #4E322D

Text Example


Text Example

White with #4E322D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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