#492625

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

Shades of Espresso #492625

Tints of Espresso #492625

Color information

#492625 (or 0x492625) is unknown color: approx Espresso. HEX triplet: 49, 26 and 25. RGB value is (73,38,37). Sum of RGB (Red+Green+Blue) = 73+38+37=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 38 (15.23% from 255 or 25.68% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 73 - color contains mainly: red. Hex color #492625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492625 is #B6D9DA. Grayscale: #303030. Windows color (decimal): -11983323 or 2434633. OLE color: 2434633.

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

Color convert

RGB733837-
CMYK00.480.490.71
HSL1.67º32.73%21.57%-
HSV(B)1.67º49.32%28.63%-
XYZ3.772.942.12-
YUV48.35121.6145.58-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 49.32%
GREEN value IS 38 (15.23% from 255) = 25.68%
BLUE value IS 37 (14.84% from 255) = 25%
R=49.32%
G=25.68%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73383700.480.490.711.6732.7321.57
Hex492625030314722116
Octal11146450606110724126
Binary1001001100110100101011000011000110001111010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492625; }

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

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

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

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

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

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

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

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