#4D342F

Color #4D342F Espresso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Espresso #4D342F

Tints of Espresso #4D342F

Color information

#4D342F (or 0x4D342F) is unknown color: approx 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

RGB775247-
CMYK00.320.390.70
HSL10º24.19%24.31%-
HSV(B)10º38.96%30.2%-
XYZ4.84.243.25-
YUV58.9121.28140.91-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 43.75%
GREEN value IS 52 (20.70% from 255) = 29.55%
BLUE value IS 47 (18.75% from 255) = 26.70%
R=43.75%
G=29.55%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77524700.320.390.701024.1924.31
Hex4D342F0202746a1818
Octal115645704047106123030
Binary10011011101001011110100000100111100011010101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D342F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>