#492F2A

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

Shades of Espresso #492F2A

Tints of Espresso #492F2A

Color information

#492F2A (or 0x492F2A) is unknown color: approx Espresso. HEX triplet: 49, 2F and 2A. RGB value is (73,47,42). Sum of RGB (Red+Green+Blue) = 73+47+42=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 47 (18.75% from 255 or 29.01% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 73 - color contains mainly: red. Hex color #492F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492F2A is #B6D0D5. Grayscale: #363636. Windows color (decimal): -11981014 or 2764617. OLE color: 2764617.

HSL color Cylindrical-coordinate representation of color #492F2A: hue angle of 9.68º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #492F2A is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.71.

Color convert

RGB734742-
CMYK00.360.420.71
HSL9.68º26.96%22.55%-
HSV(B)9.68º42.47%28.63%-
XYZ4.183.622.67-
YUV54.2121.11141.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.06%
GREEN value IS 47 (18.75% from 255) = 29.01%
BLUE value IS 42 (16.80% from 255) = 25.93%
R=45.06%
G=29.01%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73474200.360.420.719.6826.9622.55
Hex492F2A0242A47a1b17
Octal111575204452107123327
Binary10010011011111010100100100101010100011110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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