Html Css Color HEX #4E3232 Espresso

📋 copy color: '#4E3232'

red 78 ◦ green 50 ◦ blue 50

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

Shades of Espresso #4E3232

Tints of Espresso #4E3232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 28.09%

R = 43.82%
G = 28.09%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.69

RGB Variations

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

Color information

#4E3232 (or 0x4E3232) is known color: Espresso. HEX triplet: 4E, 32 and 32. RGB value is (78,50,50). Sum of RGB (Red+Green+Blue) = 78+50+50=178 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.82% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 50 (19.92% from 255 or 28.09% from 178); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3232 is #B1CDCD. Grayscale: #3A3A3A. Windows color (decimal): -11652558 or 3289678. OLE color: 3289678.

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

Color convert

RGB 78 50 50 -
CMYK 0 0.36 0.36 0.69
HSL 0.22% 0.25% -
HSV(B) 0.36% 0.31% -
XYZ 4.86 4.13 3.56 -
YUV 58.37 123.28 142 -
System Red Green Blue C M Y K H S L
Decimal 78 50 50 0 0.36 0.36 0.69 0 0.22 0.25
Hex 4E 32 32 0 24 24 45 0 16 19
Octal 116 62 62 0 44 44 105 0 26 31
Binary 1001110 110010 110010 0 100100 100100 1000101 0 10110 11001

Color Harmonies of #4E3232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3232

Black with #4E3232

Text Example


Text Example

White with #4E3232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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