Html Css Color HEX #442726 Espresso

📋 copy color: '#442726'

red 68 ◦ green 39 ◦ blue 38

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

Shades of Espresso #442726

Tints of Espresso #442726

RGB

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

 GREEN value IS 39 (15.63% from 255) = 26.9%

 BLUE value IS 38 (15.23% from 255) = 26.21%

R = 46.9%
G = 26.9%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.73

RGB Variations

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

Color information

#442726 (or 0x442726) is known color: Espresso. HEX triplet: 44, 27 and 26. RGB value is (68,39,38). Sum of RGB (Red+Green+Blue) = 68+39+38=145 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.90% from 145); Green value is 39 (15.62% from 255 or 26.90% from 145); Blue value is 38 (15.23% from 255 or 26.21% from 145); Max value from RGB is 68 - color contains mainly: red. Hex color #442726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442726 is #BBD8D9. Grayscale: #2F2F2F. Windows color (decimal): -12310746 or 2500420. OLE color: 2500420.

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

Color convert

RGB 68 39 38 -
CMYK 0 0.43 0.44 0.73
HSL 0.28% 0.21% -
HSV(B) 0.44% 0.27% -
XYZ 3.46 2.82 2.2 -
YUV 47.56 122.61 142.58 -
System Red Green Blue C M Y K H S L
Decimal 68 39 38 0 0.43 0.44 0.73 2 0.28 0.21
Hex 44 27 26 0 2B 2C 49 2 1C 15
Octal 104 47 46 0 53 54 111 2 34 25
Binary 1000100 100111 100110 0 101011 101100 1001001 10 11100 10101

Color Harmonies of #442726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442726

Black with #442726

Text Example


Text Example

White with #442726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442726; }

 p { color: rgb(68,39,38); }

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

background-color css

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

 a { background-color: rgb(68,39,38); }

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

border-color css

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

 span { border-color: rgb(68,39,38); }

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