Html Css Color HEX #4E322B Espresso

📋 copy color: '#4E322B'

red 78 ◦ green 50 ◦ blue 43

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

Shades of Espresso #4E322B

Tints of Espresso #4E322B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 25.15%

R = 45.61%
G = 29.24%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.69

RGB Variations

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

Color information

#4E322B (or 0x4E322B) is known color: Espresso. HEX triplet: 4E, 32 and 2B. RGB value is (78,50,43). Sum of RGB (Red+Green+Blue) = 78+50+43=171 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.61% from 171); Green value is 50 (19.92% from 255 or 29.24% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 78 - color contains mainly: red. Hex color #4E322B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E322B is #B1CDD4. Grayscale: #393939. Windows color (decimal): -11652565 or 2830926. OLE color: 2830926.

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

Color convert

RGB 78 50 43 -
CMYK 0 0.36 0.45 0.69
HSL 12º 0.29% 0.24% -
HSV(B) 12º 0.45% 0.31% -
XYZ 4.72 4.08 2.82 -
YUV 57.57 119.78 142.57 -
System Red Green Blue C M Y K H S L
Decimal 78 50 43 0 0.36 0.45 0.69 12 0.29 0.24
Hex 4E 32 2B 0 24 2D 45 C 1D 18
Octal 116 62 53 0 44 55 105 14 35 30
Binary 1001110 110010 101011 0 100100 101101 1000101 1100 11101 11000

Color Harmonies of #4E322B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E322B

Black with #4E322B

Text Example


Text Example

White with #4E322B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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