#492523

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

Shades of Espresso #492523

Tints of Espresso #492523

Color information

#492523 (or 0x492523) is unknown color: approx Espresso. HEX triplet: 49, 25 and 23. RGB value is (73,37,35). Sum of RGB (Red+Green+Blue) = 73+37+35=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 35 (14.06% from 255 or 24.14% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #492523 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492523 is #B6DADC. Grayscale: #2F2F2F. Windows color (decimal): -11983581 or 2303305. OLE color: 2303305.

HSL color Cylindrical-coordinate representation of color #492523: hue angle of 3.16º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #492523 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.71.

Color convert

RGB733735-
CMYK00.490.520.71
HSL3.16º35.19%21.18%-
HSV(B)3.16º52.05%28.63%-
XYZ3.712.861.95-
YUV47.54120.93146.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50.34%
GREEN value IS 37 (14.84% from 255) = 25.52%
BLUE value IS 35 (14.06% from 255) = 24.14%
R=50.34%
G=25.52%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73373500.490.520.713.1635.1921.18
Hex492523031344732315
Octal11145430616410734325
Binary1001001100101100011011000111010010001111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492523; }

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

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

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

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

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

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

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

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