#442926

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

Shades of Espresso #442926

Tints of Espresso #442926

Color information

#442926 (or 0x442926) is unknown color: approx Espresso. HEX triplet: 44, 29 and 26. RGB value is (68,41,38). Sum of RGB (Red+Green+Blue) = 68+41+38=147 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.26% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 38 (15.23% from 255 or 25.85% from 147); Max value from RGB is 68 - color contains mainly: red. Hex color #442926 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442926 is #BBD6D9. Grayscale: #303030. Windows color (decimal): -12310234 or 2500932. OLE color: 2500932.

HSL color Cylindrical-coordinate representation of color #442926: hue angle of 6º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #442926 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.73.

Color convert

RGB684138-
CMYK00.400.440.73
HSL28.3%20.78%-
HSV(B)44.12%26.67%-
XYZ3.532.952.22-
YUV48.73121.95141.74-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 46.26%
GREEN value IS 41 (16.41% from 255) = 27.89%
BLUE value IS 38 (15.23% from 255) = 25.85%
R=46.26%
G=27.89%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68413800.400.440.73628.320.78
Hex4429260282C4961c15
Octal10451460505411163425
Binary1000100101001100110010100010110010010011101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442926; }

 p { color: rgb(68,41,38); }

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

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

 a { background-color: rgb(68,41,38); }

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

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

 span { border-color: rgb(68,41,38); }

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