#492E29

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

Shades of Espresso #492E29

Tints of Espresso #492E29

Color information

#492E29 (or 0x492E29) is unknown color: approx Espresso. HEX triplet: 49, 2E and 29. RGB value is (73,46,41). Sum of RGB (Red+Green+Blue) = 73+46+41=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 46 (18.36% from 255 or 28.75% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 73 - color contains mainly: red. Hex color #492E29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492E29 is #B6D1D6. Grayscale: #353535. Windows color (decimal): -11981271 or 2698825. OLE color: 2698825.

HSL color Cylindrical-coordinate representation of color #492E29: hue angle of 9.38º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #492E29 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.71.

Color convert

RGB734641-
CMYK00.370.440.71
HSL9.38º28.07%22.35%-
HSV(B)9.38º43.84%28.63%-
XYZ4.123.532.56-
YUV53.5120.95141.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.62%
GREEN value IS 46 (18.36% from 255) = 28.75%
BLUE value IS 41 (16.41% from 255) = 25.62%
R=45.62%
G=28.75%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73464100.370.440.719.3828.0722.35
Hex492E290252C4791c16
Octal111565104554107113426
Binary10010011011101010010100101101100100011110011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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