#492925

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

Shades of Espresso #492925

Tints of Espresso #492925

Color information

#492925 (or 0x492925) is unknown color: approx Espresso. HEX triplet: 49, 29 and 25. RGB value is (73,41,37). Sum of RGB (Red+Green+Blue) = 73+41+37=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 41 (16.41% from 255 or 27.15% from 151); Blue value is 37 (14.84% from 255 or 24.50% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #492925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492925 is #B6D6DA. Grayscale: #323232. Windows color (decimal): -11982555 or 2435401. OLE color: 2435401.

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

Color convert

RGB734137-
CMYK00.440.490.71
HSL6.67º32.73%21.57%-
HSV(B)6.67º49.32%28.63%-
XYZ3.873.142.15-
YUV50.11120.6144.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.34%
GREEN value IS 41 (16.41% from 255) = 27.15%
BLUE value IS 37 (14.84% from 255) = 24.50%
R=48.34%
G=27.15%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73413700.440.490.716.6732.7321.57
Hex49292502C314772116
Octal11151450546110774126
Binary10010011010011001010101100110001100011111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492925; }

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

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

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

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

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

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

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

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