#492A27

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

Shades of Espresso #492A27

Tints of Espresso #492A27

Color information

#492A27 (or 0x492A27) is unknown color: approx Espresso. HEX triplet: 49, 2A and 27. RGB value is (73,42,39). Sum of RGB (Red+Green+Blue) = 73+42+39=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 42 (16.80% from 255 or 27.27% from 154); Blue value is 39 (15.62% from 255 or 25.32% from 154); Max value from RGB is 73 - color contains mainly: red. Hex color #492A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492A27 is #B6D5D8. Grayscale: #323232. Windows color (decimal): -11982297 or 2566729. OLE color: 2566729.

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

Color convert

RGB734239-
CMYK00.420.470.71
HSL5.29º30.36%21.96%-
HSV(B)5.29º46.58%28.63%-
XYZ3.943.222.33-
YUV50.93121.27143.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 47.40%
GREEN value IS 42 (16.80% from 255) = 27.27%
BLUE value IS 39 (15.62% from 255) = 25.32%
R=47.40%
G=27.27%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73423900.420.470.715.2930.3621.96
Hex492A2702A2F4751e16
Octal11152470525710753626
Binary1001001101010100111010101010111110001111011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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