#492525

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

Shades of Espresso #492525

Tints of Espresso #492525

Color information

#492525 (or 0x492525) is unknown color: approx Espresso. HEX triplet: 49, 25 and 25. RGB value is (73,37,37). Sum of RGB (Red+Green+Blue) = 73+37+37=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 37 (14.84% from 255 or 25.17% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #492525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492525 is #B6DADA. Grayscale: #2F2F2F. Windows color (decimal): -11983579 or 2434377. OLE color: 2434377.

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

Color convert

RGB733737-
CMYK00.490.490.71
HSL32.73%21.57%-
HSV(B)49.32%28.63%-
XYZ3.742.872.11-
YUV47.76121.93146-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 49.66%
GREEN value IS 37 (14.84% from 255) = 25.17%
BLUE value IS 37 (14.84% from 255) = 25.17%
R=49.66%
G=25.17%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73373700.490.490.71032.7321.57
Hex492525031314702116
Octal11145450616110704126
Binary100100110010110010101100011100011000111010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492525; }

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

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

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

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

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

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

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

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