#492A29

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

Shades of Espresso #492A29

Tints of Espresso #492A29

Color information

#492A29 (or 0x492A29) is unknown color: approx Espresso. HEX triplet: 49, 2A and 29. RGB value is (73,42,41). Sum of RGB (Red+Green+Blue) = 73+42+41=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 42 (16.80% from 255 or 26.92% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 73 - color contains mainly: red. Hex color #492A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492A29 is #B6D5D6. Grayscale: #333333. Windows color (decimal): -11982295 or 2697801. OLE color: 2697801.

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

Color convert

RGB734241-
CMYK00.420.440.71
HSL1.88º28.07%22.35%-
HSV(B)1.88º43.84%28.63%-
XYZ3.983.232.51-
YUV51.15122.27143.58-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.79%
GREEN value IS 42 (16.80% from 255) = 26.92%
BLUE value IS 41 (16.41% from 255) = 26.28%
R=46.79%
G=26.92%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73424100.420.440.711.8828.0722.35
Hex492A2902A2C4721c16
Octal11152510525410723426
Binary100100110101010100101010101011001000111101110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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