Html Css Color HEX #442825 Espresso

📋 copy color: '#442825'

red 68 ◦ green 40 ◦ blue 37

#442825
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Espresso #442825

Tints of Espresso #442825

RGB

 RED value IS 68 (26.95% from 255) = 46.9%

 GREEN value IS 40 (16.02% from 255) = 27.59%

 BLUE value IS 37 (14.84% from 255) = 25.52%

R = 46.9%
G = 27.59%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.73

RGB Variations

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

Color information

#442825 (or 0x442825) is known color: Espresso. HEX triplet: 44, 28 and 25. RGB value is (68,40,37). Sum of RGB (Red+Green+Blue) = 68+40+37=145 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.90% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 37 (14.84% from 255 or 25.52% from 145); Max value from RGB is 68 - color contains mainly: red. Hex color #442825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442825 is #BBD7DA. Grayscale: #303030. Windows color (decimal): -12310491 or 2435140. OLE color: 2435140.

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

Color convert

RGB 68 40 37 -
CMYK 0 0.41 0.46 0.73
HSL 5.81º 0.3% 0.21% -
HSV(B) 5.81º 0.46% 0.27% -
XYZ 3.48 2.88 2.12 -
YUV 48.03 121.78 142.24 -
System Red Green Blue C M Y K H S L
Decimal 68 40 37 0 0.41 0.46 0.73 5.81 0.3 0.21
Hex 44 28 25 0 29 2E 49 6 1E 15
Octal 104 50 45 0 51 56 111 6 36 25
Binary 1000100 101000 100101 0 101001 101110 1001001 110 11110 10101

Color Harmonies of #442825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442825

Black with #442825

Text Example


Text Example

White with #442825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442825; }

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

 H1.HeaderClassName
 {
   color: #442825;
 }
 .AnyTagClassName
 {
   color: #442825;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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