#492929

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

Shades of Espresso #492929

Tints of Espresso #492929

Color information

#492929 (or 0x492929) is unknown color: approx Espresso. HEX triplet: 49, 29 and 29. RGB value is (73,41,41). Sum of RGB (Red+Green+Blue) = 73+41+41=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 73 - color contains mainly: red. Hex color #492929 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492929 is #B6D6D6. Grayscale: #323232. Windows color (decimal): -11982551 or 2697545. OLE color: 2697545.

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

Color convert

RGB734141-
CMYK00.440.440.71
HSL28.07%22.35%-
HSV(B)43.84%28.63%-
XYZ3.943.162.5-
YUV50.57122.6144-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 47.10%
GREEN value IS 41 (16.41% from 255) = 26.45%
BLUE value IS 41 (16.41% from 255) = 26.45%
R=47.10%
G=26.45%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73414100.440.440.71028.0722.35
Hex49292902C2C4701c16
Octal11151510545410703426
Binary10010011010011010010101100101100100011101110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492929; }

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

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

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

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

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

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

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

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