#442925

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

Shades of Espresso #442925

Tints of Espresso #442925

Color information

#442925 (or 0x442925) is unknown color: approx Espresso. HEX triplet: 44, 29 and 25. RGB value is (68,41,37). Sum of RGB (Red+Green+Blue) = 68+41+37=146 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.58% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 37 (14.84% from 255 or 25.34% from 146); Max value from RGB is 68 - color contains mainly: red. Hex color #442925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442925 is #BBD6DA. Grayscale: #303030. Windows color (decimal): -12310235 or 2435396. OLE color: 2435396.

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

Color convert

RGB684137-
CMYK00.400.460.73
HSL7.74º29.52%20.59%-
HSV(B)7.74º45.59%26.67%-
XYZ3.512.952.13-
YUV48.62121.45141.83-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 46.58%
GREEN value IS 41 (16.41% from 255) = 28.08%
BLUE value IS 37 (14.84% from 255) = 25.34%
R=46.58%
G=28.08%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68413700.400.460.737.7429.5220.59
Hex4429250282E4981e15
Octal104514505056111103625
Binary10001001010011001010101000101110100100110001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442925; }

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

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

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

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

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

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

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

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