#492D28

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

Shades of Espresso #492D28

Tints of Espresso #492D28

Color information

#492D28 (or 0x492D28) is unknown color: approx Espresso. HEX triplet: 49, 2D and 28. RGB value is (73,45,40). Sum of RGB (Red+Green+Blue) = 73+45+40=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 45 (17.97% from 255 or 28.48% from 158); Blue value is 40 (16.02% from 255 or 25.32% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #492D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492D28 is #B6D2D7. Grayscale: #343434. Windows color (decimal): -11981528 or 2633033. OLE color: 2633033.

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

Color convert

RGB734540-
CMYK00.380.450.71
HSL9.09º29.2%22.16%-
HSV(B)9.09º45.21%28.63%-
XYZ4.073.452.46-
YUV52.8120.78142.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.20%
GREEN value IS 45 (17.97% from 255) = 28.48%
BLUE value IS 40 (16.02% from 255) = 25.32%
R=46.20%
G=28.48%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73454000.380.450.719.0929.222.16
Hex492D280262D4791d16
Octal111555004655107113526
Binary10010011011011010000100110101101100011110011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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