Html Css Color HEX #4D342E Espresso

📋 copy color: '#4D342E'

red 77 ◦ green 52 ◦ blue 46

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

Shades of Espresso #4D342E

Tints of Espresso #4D342E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.71%

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

R = 44%
G = 29.71%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.40

 K value IS 0.70

RGB Variations

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

Color information

#4D342E (or 0x4D342E) is known color: Espresso. HEX triplet: 4D, 34 and 2E. RGB value is (77,52,46). Sum of RGB (Red+Green+Blue) = 77+52+46=175 (23% of max value = 765). Red value is 77 (30.47% from 255 or 44% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 77 - color contains mainly: red. Hex color #4D342E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D342E is #B2CBD1. Grayscale: #3A3A3A. Windows color (decimal): -11717586 or 3028045. OLE color: 3028045.

HSL color Cylindrical-coordinate representation of color #4D342E: hue angle of 11.61º 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 #4D342E is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 52 46 -
CMYK 0 0.32 0.40 0.70
HSL 11.61º 0.25% 0.24% -
HSV(B) 11.61º 0.4% 0.3% -
XYZ 4.78 4.23 3.15 -
YUV 58.79 120.78 140.99 -
System Red Green Blue C M Y K H S L
Decimal 77 52 46 0 0.32 0.40 0.70 11.61 0.25 0.24
Hex 4D 34 2E 0 20 28 46 C 19 18
Octal 115 64 56 0 40 50 106 14 31 30
Binary 1001101 110100 101110 0 100000 101000 1000110 1100 11001 11000

Color Harmonies of #4D342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D342E

Black with #4D342E

Text Example


Text Example

White with #4D342E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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