Html Css Color HEX #4D312E Espresso

📋 copy color: '#4D312E'

red 77 ◦ green 49 ◦ blue 46

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

Shades of Espresso #4D312E

Tints of Espresso #4D312E

RGB

 RED value IS 77 (30.47% from 255) = 44.77%

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

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

R = 44.77%
G = 28.49%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.70

RGB Variations

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

Color information

#4D312E (or 0x4D312E) is known color: Espresso. HEX triplet: 4D, 31 and 2E. RGB value is (77,49,46). Sum of RGB (Red+Green+Blue) = 77+49+46=172 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.77% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 77 - color contains mainly: red. Hex color #4D312E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D312E is #B2CED1. Grayscale: #393939. Windows color (decimal): -11718354 or 3027277. OLE color: 3027277.

HSL color Cylindrical-coordinate representation of color #4D312E: hue angle of 5.81º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4D312E is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 49 46 -
CMYK 0 0.36 0.40 0.70
HSL 5.81º 0.25% 0.24% -
HSV(B) 5.81º 0.4% 0.3% -
XYZ 4.65 3.97 3.11 -
YUV 57.03 121.78 142.24 -
System Red Green Blue C M Y K H S L
Decimal 77 49 46 0 0.36 0.40 0.70 5.81 0.25 0.24
Hex 4D 31 2E 0 24 28 46 6 19 18
Octal 115 61 56 0 44 50 106 6 31 30
Binary 1001101 110001 101110 0 100100 101000 1000110 110 11001 11000

Color Harmonies of #4D312E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D312E

Black with #4D312E

Text Example


Text Example

White with #4D312E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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