#4D2F2D

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

Shades of Espresso #4D2F2D

Tints of Espresso #4D2F2D

Color information

#4D2F2D (or 0x4D2F2D) is unknown color: approx Espresso. HEX triplet: 4D, 2F and 2D. RGB value is (77,47,45). Sum of RGB (Red+Green+Blue) = 77+47+45=169 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.56% from 169); Green value is 47 (18.75% from 255 or 27.81% from 169); Blue value is 45 (17.97% from 255 or 26.63% from 169); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2F2D is #B2D0D2. Grayscale: #373737. Windows color (decimal): -11718867 or 2961229. OLE color: 2961229.

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

Color convert

RGB774745-
CMYK00.390.420.70
HSL3.75º26.23%23.92%-
HSV(B)3.75º41.56%30.2%-
XYZ4.553.82.98-
YUV55.74121.94143.16-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 45.56%
GREEN value IS 47 (18.75% from 255) = 27.81%
BLUE value IS 45 (17.97% from 255) = 26.63%
R=45.56%
G=27.81%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77474500.390.420.703.7526.2323.92
Hex4D2F2D0272A4641a18
Octal11557550475210643230
Binary1001101101111101101010011110101010001101001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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