#49302B

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

Shades of Espresso #49302B

Tints of Espresso #49302B

Color information

#49302B (or 0x49302B) is unknown color: approx Espresso. HEX triplet: 49, 30 and 2B. RGB value is (73,48,43). Sum of RGB (Red+Green+Blue) = 73+48+43=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 48 (19.14% from 255 or 29.27% from 164); Blue value is 43 (17.19% from 255 or 26.22% from 164); Max value from RGB is 73 - color contains mainly: red. Hex color #49302B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49302B is #B6CFD4. Grayscale: #363636. Windows color (decimal): -11980757 or 2830409. OLE color: 2830409.

HSL color Cylindrical-coordinate representation of color #49302B: hue angle of 10º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #49302B is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB734843-
CMYK00.340.410.71
HSL10º25.86%22.75%-
HSV(B)10º41.1%28.63%-
XYZ4.243.72.78-
YUV54.9121.28140.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.51%
GREEN value IS 48 (19.14% from 255) = 29.27%
BLUE value IS 43 (17.19% from 255) = 26.22%
R=44.51%
G=29.27%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73484300.340.410.711025.8622.75
Hex49302B0222947a1a17
Octal111605304251107123227
Binary10010011100001010110100010101001100011110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49302B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49302B; }

 p { color: rgb(73,48,43); }

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

<style>
 a { background-color: #49302B; }

 a { background-color: rgb(73,48,43); }

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

<style>
 span { border-color: #49302B; }

 span { border-color: rgb(73,48,43); }

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