#4D2F2E

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

Shades of Espresso #4D2F2E

Tints of Espresso #4D2F2E

Color information

#4D2F2E (or 0x4D2F2E) is unknown color: approx Espresso. HEX triplet: 4D, 2F and 2E. RGB value is (77,47,46). Sum of RGB (Red+Green+Blue) = 77+47+46=170 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.29% from 170); Green value is 47 (18.75% from 255 or 27.65% from 170); Blue value is 46 (18.36% from 255 or 27.06% from 170); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2F2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2F2E is #B2D0D1. Grayscale: #373737. Windows color (decimal): -11718866 or 3026765. OLE color: 3026765.

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

Color convert

RGB774746-
CMYK00.390.400.70
HSL1.94º25.2%24.12%-
HSV(B)1.94º40.26%30.2%-
XYZ4.573.813.08-
YUV55.86122.44143.08-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 45.29%
GREEN value IS 47 (18.75% from 255) = 27.65%
BLUE value IS 46 (18.36% from 255) = 27.06%
R=45.29%
G=27.65%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77474600.390.400.701.9425.224.12
Hex4D2F2E027284621918
Octal11557560475010623130
Binary100110110111110111001001111010001000110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D2F2E;
 }
 .AnyTagClassName
 {
   color: #4D2F2E;
 }
</style>
background-color css

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

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

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

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

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

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