#492C27

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

Shades of Espresso #492C27

Tints of Espresso #492C27

Color information

#492C27 (or 0x492C27) is unknown color: approx Espresso. HEX triplet: 49, 2C and 27. RGB value is (73,44,39). Sum of RGB (Red+Green+Blue) = 73+44+39=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 44 (17.58% from 255 or 28.21% from 156); Blue value is 39 (15.62% from 255 or 25% from 156); Max value from RGB is 73 - color contains mainly: red. Hex color #492C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492C27 is #B6D3D8. Grayscale: #343434. Windows color (decimal): -11981785 or 2567241. OLE color: 2567241.

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

Color convert

RGB734439-
CMYK00.400.470.71
HSL8.82º30.36%21.96%-
HSV(B)8.82º46.58%28.63%-
XYZ4.013.362.36-
YUV52.1120.61142.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.79%
GREEN value IS 44 (17.58% from 255) = 28.21%
BLUE value IS 39 (15.62% from 255) = 25%
R=46.79%
G=28.21%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73443900.400.470.718.8230.3621.96
Hex492C270282F4791e16
Octal111544705057107113626
Binary10010011011001001110101000101111100011110011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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