#4D322D

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

Shades of Espresso #4D322D

Tints of Espresso #4D322D

Color information

#4D322D (or 0x4D322D) is unknown color: approx Espresso. HEX triplet: 4D, 32 and 2D. RGB value is (77,50,45). Sum of RGB (Red+Green+Blue) = 77+50+45=172 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.77% from 172); Green value is 50 (19.92% from 255 or 29.07% from 172); Blue value is 45 (17.97% from 255 or 26.16% from 172); Max value from RGB is 77 - color contains mainly: red. Hex color #4D322D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D322D is #B2CDD2. Grayscale: #393939. Windows color (decimal): -11718099 or 2961997. OLE color: 2961997.

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

Color convert

RGB775045-
CMYK00.350.420.70
HSL9.38º26.23%23.92%-
HSV(B)9.38º41.56%30.2%-
XYZ4.674.053.02-
YUV57.5120.95141.91-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 44.77%
GREEN value IS 50 (19.92% from 255) = 29.07%
BLUE value IS 45 (17.97% from 255) = 26.16%
R=44.77%
G=29.07%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77504500.350.420.709.3826.2323.92
Hex4D322D0232A4691a18
Octal115625504352106113230
Binary10011011100101011010100011101010100011010011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D322D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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