#492C25

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

Shades of Espresso #492C25

Tints of Espresso #492C25

Color information

#492C25 (or 0x492C25) is unknown color: approx Espresso. HEX triplet: 49, 2C and 25. RGB value is (73,44,37). Sum of RGB (Red+Green+Blue) = 73+44+37=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 44 (17.58% from 255 or 28.57% from 154); Blue value is 37 (14.84% from 255 or 24.03% from 154); Max value from RGB is 73 - color contains mainly: red. Hex color #492C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492C25 is #B6D3DA. Grayscale: #333333. Windows color (decimal): -11981787 or 2436169. OLE color: 2436169.

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

Color convert

RGB734437-
CMYK00.400.490.71
HSL11.67º32.73%21.57%-
HSV(B)11.67º49.32%28.63%-
XYZ3.983.352.19-
YUV51.87119.61143.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 47.40%
GREEN value IS 44 (17.58% from 255) = 28.57%
BLUE value IS 37 (14.84% from 255) = 24.03%
R=47.40%
G=28.57%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73443700.400.490.7111.6732.7321.57
Hex492C250283147c2116
Octal111544505061107144126
Binary100100110110010010101010001100011000111110010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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