#492828

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

Shades of Espresso #492828

Tints of Espresso #492828

Color information

#492828 (or 0x492828) is unknown color: approx Espresso. HEX triplet: 49, 28 and 28. RGB value is (73,40,40). Sum of RGB (Red+Green+Blue) = 73+40+40=153 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.71% from 153); Green value is 40 (16.02% from 255 or 26.14% from 153); Blue value is 40 (16.02% from 255 or 26.14% from 153); Max value from RGB is 73 - color contains mainly: red. Hex color #492828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492828 is #B6D7D7. Grayscale: #313131. Windows color (decimal): -11982808 or 2631753. OLE color: 2631753.

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

Color convert

RGB734040-
CMYK00.450.450.71
HSL29.2%22.16%-
HSV(B)45.21%28.63%-
XYZ3.893.092.4-
YUV49.87122.43144.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 47.71%
GREEN value IS 40 (16.02% from 255) = 26.14%
BLUE value IS 40 (16.02% from 255) = 26.14%
R=47.71%
G=26.14%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73404000.450.450.71029.222.16
Hex49282802D2D4701d16
Octal11150500555510703526
Binary10010011010001010000101101101101100011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492828; }

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

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

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

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

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

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

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

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