#492928

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

Shades of Espresso #492928

Tints of Espresso #492928

Color information

#492928 (or 0x492928) is unknown color: approx Espresso. HEX triplet: 49, 29 and 28. RGB value is (73,41,40). Sum of RGB (Red+Green+Blue) = 73+41+40=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 41 (16.41% from 255 or 26.62% from 154); Blue value is 40 (16.02% from 255 or 25.97% from 154); Max value from RGB is 73 - color contains mainly: red. Hex color #492928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492928 is #B6D6D7. Grayscale: #323232. Windows color (decimal): -11982552 or 2632009. OLE color: 2632009.

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

Color convert

RGB734140-
CMYK00.440.450.71
HSL1.82º29.2%22.16%-
HSV(B)1.82º45.21%28.63%-
XYZ3.923.162.41-
YUV50.45122.1144.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 47.40%
GREEN value IS 41 (16.41% from 255) = 26.62%
BLUE value IS 40 (16.02% from 255) = 25.97%
R=47.40%
G=26.62%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73414000.440.450.711.8229.222.16
Hex49292802C2D4721d16
Octal11151500545510723526
Binary100100110100110100001011001011011000111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492928; }

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

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

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

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

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

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

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

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