Html Css Color HEX #442924 Espresso

📋 copy color: '#442924'

red 68 ◦ green 41 ◦ blue 36

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

Shades of Espresso #442924

Tints of Espresso #442924

RGB

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

 GREEN value IS 41 (16.41% from 255) = 28.28%

 BLUE value IS 36 (14.45% from 255) = 24.83%

R = 46.9%
G = 28.28%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#442924 (or 0x442924) is known color: Espresso. HEX triplet: 44, 29 and 24. RGB value is (68,41,36). Sum of RGB (Red+Green+Blue) = 68+41+36=145 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.90% from 145); Green value is 41 (16.41% from 255 or 28.28% from 145); Blue value is 36 (14.45% from 255 or 24.83% from 145); Max value from RGB is 68 - color contains mainly: red. Hex color #442924 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442924 is #BBD6DB. Grayscale: #303030. Windows color (decimal): -12310236 or 2369860. OLE color: 2369860.

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

Color convert

RGB 68 41 36 -
CMYK 0 0.40 0.47 0.73
HSL 9.38º 0.31% 0.2% -
HSV(B) 9.38º 0.47% 0.27% -
XYZ 3.5 2.94 2.05 -
YUV 48.5 120.95 141.91 -
System Red Green Blue C M Y K H S L
Decimal 68 41 36 0 0.40 0.47 0.73 9.38 0.31 0.2
Hex 44 29 24 0 28 2F 49 9 1F 14
Octal 104 51 44 0 50 57 111 11 37 24
Binary 1000100 101001 100100 0 101000 101111 1001001 1001 11111 10100

Color Harmonies of #442924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442924

Black with #442924

Text Example


Text Example

White with #442924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442924; }

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

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

background-color css

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

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

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

border-color css

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

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

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