#442524

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

Shades of Espresso #442524

Tints of Espresso #442524

Color information

#442524 (or 0x442524) is unknown color: approx Espresso. HEX triplet: 44, 25 and 24. RGB value is (68,37,36). Sum of RGB (Red+Green+Blue) = 68+37+36=141 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.23% from 141); Green value is 37 (14.84% from 255 or 26.24% from 141); Blue value is 36 (14.45% from 255 or 25.53% from 141); Max value from RGB is 68 - color contains mainly: red. Hex color #442524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442524 is #BBDADB. Grayscale: #2E2E2E. Windows color (decimal): -12311260 or 2368836. OLE color: 2368836.

HSL color Cylindrical-coordinate representation of color #442524: hue angle of 1.88º 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 #442524 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB683736-
CMYK00.460.470.73
HSL1.88º30.77%20.39%-
HSV(B)1.88º47.06%26.67%-
XYZ3.362.682.01-
YUV46.16122.27143.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 48.23%
GREEN value IS 37 (14.84% from 255) = 26.24%
BLUE value IS 36 (14.45% from 255) = 25.53%
R=48.23%
G=26.24%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68373600.460.470.731.8830.7720.39
Hex44252402E2F4921f14
Octal10445440565711123724
Binary100010010010110010001011101011111001001101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442524; }

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

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

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

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

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

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

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

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