#492C26

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

Shades of Espresso #492C26

Tints of Espresso #492C26

Color information

#492C26 (or 0x492C26) is unknown color: approx Espresso. HEX triplet: 49, 2C and 26. RGB value is (73,44,38). Sum of RGB (Red+Green+Blue) = 73+44+38=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 44 (17.58% from 255 or 28.39% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 73 - color contains mainly: red. Hex color #492C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492C26 is #B6D3D9. Grayscale: #343434. Windows color (decimal): -11981786 or 2501705. OLE color: 2501705.

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

Color convert

RGB734438-
CMYK00.400.480.71
HSL10.29º31.53%21.76%-
HSV(B)10.29º47.95%28.63%-
XYZ43.362.27-
YUV51.99120.11142.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 47.10%
GREEN value IS 44 (17.58% from 255) = 28.39%
BLUE value IS 38 (15.23% from 255) = 24.52%
R=47.10%
G=28.39%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73443800.400.480.7110.2931.5321.76
Hex492C260283047a2016
Octal111544605060107124026
Binary100100110110010011001010001100001000111101010000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492C26; }

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

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

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

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

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

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

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

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