#492B29

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

Shades of Espresso #492B29

Tints of Espresso #492B29

Color information

#492B29 (or 0x492B29) is unknown color: approx Espresso. HEX triplet: 49, 2B and 29. RGB value is (73,43,41). Sum of RGB (Red+Green+Blue) = 73+43+41=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 43 (17.19% from 255 or 27.39% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #492B29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492B29 is #B6D4D6. Grayscale: #333333. Windows color (decimal): -11982039 or 2698057. OLE color: 2698057.

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

Color convert

RGB734341-
CMYK00.410.440.71
HSL3.75º28.07%22.35%-
HSV(B)3.75º43.84%28.63%-
XYZ4.013.32.52-
YUV51.74121.94143.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.50%
GREEN value IS 43 (17.19% from 255) = 27.39%
BLUE value IS 41 (16.41% from 255) = 26.11%
R=46.50%
G=27.39%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73434100.410.440.713.7528.0722.35
Hex492B290292C4741c16
Octal11153510515410743426
Binary1001001101011101001010100110110010001111001110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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