#4D2F2C

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

Shades of Espresso #4D2F2C

Tints of Espresso #4D2F2C

Color information

#4D2F2C (or 0x4D2F2C) is unknown color: approx Espresso. HEX triplet: 4D, 2F and 2C. RGB value is (77,47,44). Sum of RGB (Red+Green+Blue) = 77+47+44=168 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.83% from 168); Green value is 47 (18.75% from 255 or 27.98% from 168); Blue value is 44 (17.58% from 255 or 26.19% from 168); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2F2C is #B2D0D3. Grayscale: #373737. Windows color (decimal): -11718868 or 2895693. OLE color: 2895693.

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

Color convert

RGB774744-
CMYK00.390.430.70
HSL5.45º27.27%23.73%-
HSV(B)5.45º42.86%30.2%-
XYZ4.533.792.88-
YUV55.63121.44143.24-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 45.83%
GREEN value IS 47 (18.75% from 255) = 27.98%
BLUE value IS 44 (17.58% from 255) = 26.19%
R=45.83%
G=27.98%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77474400.390.430.705.4527.2723.73
Hex4D2F2C0272B4651b18
Octal11557540475310653330
Binary1001101101111101100010011110101110001101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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