#442929

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

Shades of Espresso #442929

Tints of Espresso #442929

Color information

#442929 (or 0x442929) is unknown color: approx Espresso. HEX triplet: 44, 29 and 29. RGB value is (68,41,41). Sum of RGB (Red+Green+Blue) = 68+41+41=150 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.33% from 150); Green value is 41 (16.41% from 255 or 27.33% from 150); Blue value is 41 (16.41% from 255 or 27.33% from 150); Max value from RGB is 68 - color contains mainly: red. Hex color #442929 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442929 is #BBD6D6. Grayscale: #313131. Windows color (decimal): -12310231 or 2697540. OLE color: 2697540.

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

Color convert

RGB684141-
CMYK00.400.400.73
HSL24.77%21.37%-
HSV(B)39.71%26.67%-
XYZ3.582.972.48-
YUV49.07123.45141.5-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.33%
GREEN value IS 41 (16.41% from 255) = 27.33%
BLUE value IS 41 (16.41% from 255) = 27.33%
R=45.33%
G=27.33%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68414100.400.400.73024.7721.37
Hex442929028284901915
Octal10451510505011103125
Binary10001001010011010010101000101000100100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442929; }

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

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

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

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

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

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

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

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