#442824

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

Shades of Espresso #442824

Tints of Espresso #442824

Color information

#442824 (or 0x442824) is unknown color: approx Espresso. HEX triplet: 44, 28 and 24. RGB value is (68,40,36). Sum of RGB (Red+Green+Blue) = 68+40+36=144 (19% of max value = 765). Red value is 68 (26.95% from 255 or 47.22% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 36 (14.45% from 255 or 25% from 144); Max value from RGB is 68 - color contains mainly: red. Hex color #442824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442824 is #BBD7DB. Grayscale: #2F2F2F. Windows color (decimal): -12310492 or 2369604. OLE color: 2369604.

HSL color Cylindrical-coordinate representation of color #442824: hue angle of 7.5º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #442824 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB684036-
CMYK00.410.470.73
HSL7.5º30.77%20.39%-
HSV(B)7.5º47.06%26.67%-
XYZ3.462.872.04-
YUV47.92121.28142.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 47.22%
GREEN value IS 40 (16.02% from 255) = 27.78%
BLUE value IS 36 (14.45% from 255) = 25%
R=47.22%
G=27.78%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68403600.410.470.737.530.7720.39
Hex4428240292F4981f14
Octal104504405157111103724
Binary10001001010001001000101001101111100100110001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442824; }

 p { color: rgb(68,40,36); }

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

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

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

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

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

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

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