#492F2B

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

Shades of Espresso #492F2B

Tints of Espresso #492F2B

Color information

#492F2B (or 0x492F2B) is unknown color: approx Espresso. HEX triplet: 49, 2F and 2B. RGB value is (73,47,43). Sum of RGB (Red+Green+Blue) = 73+47+43=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 47 (18.75% from 255 or 28.83% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 73 - color contains mainly: red. Hex color #492F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492F2B is #B6D0D4. Grayscale: #363636. Windows color (decimal): -11981013 or 2830153. OLE color: 2830153.

HSL color Cylindrical-coordinate representation of color #492F2B: hue angle of 8º 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 #492F2B is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB734743-
CMYK00.360.410.71
HSL25.86%22.75%-
HSV(B)41.1%28.63%-
XYZ4.23.622.76-
YUV54.32121.61141.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.79%
GREEN value IS 47 (18.75% from 255) = 28.83%
BLUE value IS 43 (17.19% from 255) = 26.38%
R=44.79%
G=28.83%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73474300.360.410.71825.8622.75
Hex492F2B024294781a17
Octal111575304451107103227
Binary10010011011111010110100100101001100011110001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492F2B; }

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

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

<style>
 a { background-color: #492F2B; }

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

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

<style>
 span { border-color: #492F2B; }

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

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