#492F2F

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

Shades of Espresso #492F2F

Tints of Espresso #492F2F

Color information

#492F2F (or 0x492F2F) is unknown color: approx Espresso. HEX triplet: 49, 2F and 2F. RGB value is (73,47,47). Sum of RGB (Red+Green+Blue) = 73+47+47=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 47 (18.75% from 255 or 28.14% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 73 - color contains mainly: red. Hex color #492F2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492F2F is #B6D0D0. Grayscale: #363636. Windows color (decimal): -11981009 or 3092297. OLE color: 3092297.

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

Color convert

RGB734747-
CMYK00.360.360.71
HSL21.67%23.53%-
HSV(B)35.62%28.63%-
XYZ4.283.653.17-
YUV54.77123.61141-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.71%
GREEN value IS 47 (18.75% from 255) = 28.14%
BLUE value IS 47 (18.75% from 255) = 28.14%
R=43.71%
G=28.14%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73474700.360.360.71021.6723.53
Hex492F2F024244701618
Octal11157570444410702630
Binary10010011011111011110100100100100100011101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,47,47); }

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

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

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

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

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

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

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