Html Css Color HEX #422928 Espresso

📋 copy color: '#422928'

red 66 ◦ green 41 ◦ blue 40

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

Shades of Espresso #422928

Tints of Espresso #422928

RGB

 RED value IS 66 (26.17% from 255) = 44.9%

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

 BLUE value IS 40 (16.02% from 255) = 27.21%

R = 44.9%
G = 27.89%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.74

RGB Variations

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

Color information

#422928 (or 0x422928) is known color: Espresso. HEX triplet: 42, 29 and 28. RGB value is (66,41,40). Sum of RGB (Red+Green+Blue) = 66+41+40=147 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.90% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 40 (16.02% from 255 or 27.21% from 147); Max value from RGB is 66 - color contains mainly: red. Hex color #422928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422928 is #BDD6D7. Grayscale: #303030. Windows color (decimal): -12441304 or 2632002. OLE color: 2632002.

HSL color Cylindrical-coordinate representation of color #422928: hue angle of 2.31º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #422928 is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 41 40 -
CMYK 0 0.38 0.39 0.74
HSL 2.31º 0.25% 0.21% -
HSV(B) 2.31º 0.39% 0.26% -
XYZ 3.42 2.9 2.39 -
YUV 48.36 123.28 140.58 -
System Red Green Blue C M Y K H S L
Decimal 66 41 40 0 0.38 0.39 0.74 2.31 0.25 0.21
Hex 42 29 28 0 26 27 4A 2 19 15
Octal 102 51 50 0 46 47 112 2 31 25
Binary 1000010 101001 101000 0 100110 100111 1001010 10 11001 10101

Color Harmonies of #422928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422928

Black with #422928

Text Example


Text Example

White with #422928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422928; }

 p { color: rgb(66,41,40); }

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

background-color css

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

 a { background-color: rgb(66,41,40); }

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

border-color css

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

 span { border-color: rgb(66,41,40); }

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