#492E28

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

Shades of Espresso #492E28

Tints of Espresso #492E28

Color information

#492E28 (or 0x492E28) is unknown color: approx Espresso. HEX triplet: 49, 2E and 28. RGB value is (73,46,40). Sum of RGB (Red+Green+Blue) = 73+46+40=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 46 (18.36% from 255 or 28.93% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 73 - color contains mainly: red. Hex color #492E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492E28 is #B6D1D7. Grayscale: #353535. Windows color (decimal): -11981272 or 2633289. OLE color: 2633289.

HSL color Cylindrical-coordinate representation of color #492E28: hue angle of 10.91º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #492E28 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.71.

Color convert

RGB734640-
CMYK00.370.450.71
HSL10.91º29.2%22.16%-
HSV(B)10.91º45.21%28.63%-
XYZ4.113.522.47-
YUV53.39120.45141.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.91%
GREEN value IS 46 (18.36% from 255) = 28.93%
BLUE value IS 40 (16.02% from 255) = 25.16%
R=45.91%
G=28.93%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73464000.370.450.7110.9129.222.16
Hex492E280252D47b1d16
Octal111565004555107133526
Binary10010011011101010000100101101101100011110111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,46,40); }

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

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

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

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

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

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

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