#49312E

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

Shades of Espresso #49312E

Tints of Espresso #49312E

Color information

#49312E (or 0x49312E) is unknown color: approx Espresso. HEX triplet: 49, 31 and 2E. RGB value is (73,49,46). Sum of RGB (Red+Green+Blue) = 73+49+46=168 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.45% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 46 (18.36% from 255 or 27.38% from 168); Max value from RGB is 73 - color contains mainly: red. Hex color #49312E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49312E is #B6CED1. Grayscale: #373737. Windows color (decimal): -11980498 or 3027273. OLE color: 3027273.

HSL color Cylindrical-coordinate representation of color #49312E: hue angle of 6.67º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #49312E is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.71.

Color convert

RGB734946-
CMYK00.330.370.71
HSL6.67º22.69%23.33%-
HSV(B)6.67º36.99%28.63%-
XYZ4.343.813.09-
YUV55.83122.45140.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.45%
GREEN value IS 49 (19.53% from 255) = 29.17%
BLUE value IS 46 (18.36% from 255) = 27.38%
R=43.45%
G=29.17%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73494600.330.370.716.6722.6923.33
Hex49312E021254771717
Octal11161560414510772727
Binary1001001110001101110010000110010110001111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49312E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49312E; }

 p { color: rgb(73,49,46); }

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

<style>
 a { background-color: #49312E; }

 a { background-color: rgb(73,49,46); }

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

<style>
 span { border-color: #49312E; }

 span { border-color: rgb(73,49,46); }

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