#492D29

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

Shades of Espresso #492D29

Tints of Espresso #492D29

Color information

#492D29 (or 0x492D29) is unknown color: approx Espresso. HEX triplet: 49, 2D and 29. RGB value is (73,45,41). Sum of RGB (Red+Green+Blue) = 73+45+41=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 45 (17.97% from 255 or 28.30% from 159); Blue value is 41 (16.41% from 255 or 25.79% from 159); Max value from RGB is 73 - color contains mainly: red. Hex color #492D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492D29 is #B6D2D6. Grayscale: #343434. Windows color (decimal): -11981527 or 2698569. OLE color: 2698569.

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

Color convert

RGB734541-
CMYK00.380.440.71
HSL7.5º28.07%22.35%-
HSV(B)7.5º43.84%28.63%-
XYZ4.093.452.55-
YUV52.92121.28142.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.91%
GREEN value IS 45 (17.97% from 255) = 28.30%
BLUE value IS 41 (16.41% from 255) = 25.79%
R=45.91%
G=28.30%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73454100.380.440.717.528.0722.35
Hex492D290262C4781c16
Octal111555104654107103426
Binary10010011011011010010100110101100100011110001110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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