Html Css Color HEX #4D342F Espresso

📋 copy color: '#4D342F'

red 77 ◦ green 52 ◦ blue 47

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

Shades of Espresso #4D342F

Tints of Espresso #4D342F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 26.7%

R = 43.75%
G = 29.55%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.70

RGB Variations

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

Color information

#4D342F (or 0x4D342F) is known color: Espresso. HEX triplet: 4D, 34 and 2F. RGB value is (77,52,47). Sum of RGB (Red+Green+Blue) = 77+52+47=176 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.75% from 176); Green value is 52 (20.70% from 255 or 29.55% from 176); Blue value is 47 (18.75% from 255 or 26.70% from 176); Max value from RGB is 77 - color contains mainly: red. Hex color #4D342F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D342F is #B2CBD0. Grayscale: #3A3A3A. Windows color (decimal): -11717585 or 3093581. OLE color: 3093581.

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

Color convert

RGB 77 52 47 -
CMYK 0 0.32 0.39 0.70
HSL 10º 0.24% 0.24% -
HSV(B) 10º 0.39% 0.3% -
XYZ 4.8 4.24 3.25 -
YUV 58.91 121.28 140.91 -
System Red Green Blue C M Y K H S L
Decimal 77 52 47 0 0.32 0.39 0.70 10 0.24 0.24
Hex 4D 34 2F 0 20 27 46 A 18 18
Octal 115 64 57 0 40 47 106 12 30 30
Binary 1001101 110100 101111 0 100000 100111 1000110 1010 11000 11000

Color Harmonies of #4D342F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D342F

Black with #4D342F

Text Example


Text Example

White with #4D342F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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