#442A26

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

Shades of Espresso #442A26

Tints of Espresso #442A26

Color information

#442A26 (or 0x442A26) is unknown color: approx Espresso. HEX triplet: 44, 2A and 26. RGB value is (68,42,38). Sum of RGB (Red+Green+Blue) = 68+42+38=148 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.95% from 148); Green value is 42 (16.80% from 255 or 28.38% from 148); Blue value is 38 (15.23% from 255 or 25.68% from 148); Max value from RGB is 68 - color contains mainly: red. Hex color #442A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442A26 is #BBD5D9. Grayscale: #313131. Windows color (decimal): -12309978 or 2501188. OLE color: 2501188.

HSL color Cylindrical-coordinate representation of color #442A26: hue angle of 8º 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 #442A26 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.73.

Color convert

RGB684238-
CMYK00.380.440.73
HSL28.3%20.78%-
HSV(B)44.12%26.67%-
XYZ3.563.022.23-
YUV49.32121.61141.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.95%
GREEN value IS 42 (16.80% from 255) = 28.38%
BLUE value IS 38 (15.23% from 255) = 25.68%
R=45.95%
G=28.38%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68423800.380.440.73828.320.78
Hex442A260262C4981c15
Octal104524604654111103425
Binary10001001010101001100100110101100100100110001110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442A26; }

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

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

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

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

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

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

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

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