#492C2A

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

Shades of Espresso #492C2A

Tints of Espresso #492C2A

Color information

#492C2A (or 0x492C2A) is unknown color: approx Espresso. HEX triplet: 49, 2C and 2A. RGB value is (73,44,42). Sum of RGB (Red+Green+Blue) = 73+44+42=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 44 (17.58% from 255 or 27.67% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 73 - color contains mainly: red. Hex color #492C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492C2A is #B6D3D5. Grayscale: #343434. Windows color (decimal): -11981782 or 2763849. OLE color: 2763849.

HSL color Cylindrical-coordinate representation of color #492C2A: hue angle of 3.87º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #492C2A is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.71.

Color convert

RGB734442-
CMYK00.400.420.71
HSL3.87º26.96%22.55%-
HSV(B)3.87º42.47%28.63%-
XYZ4.073.382.63-
YUV52.44122.11142.66-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.91%
GREEN value IS 44 (17.58% from 255) = 27.67%
BLUE value IS 42 (16.80% from 255) = 26.42%
R=45.91%
G=27.67%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73444200.400.420.713.8726.9622.55
Hex492C2A0282A4741b17
Octal11154520505210743327
Binary1001001101100101010010100010101010001111001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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