Html Css Color HEX #422926 Espresso

📋 copy color: '#422926'

red 66 ◦ green 41 ◦ blue 38

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

Shades of Espresso #422926

Tints of Espresso #422926

RGB

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

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

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

R = 45.52%
G = 28.28%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.74

RGB Variations

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

Color information

#422926 (or 0x422926) is known color: Espresso. HEX triplet: 42, 29 and 26. RGB value is (66,41,38). Sum of RGB (Red+Green+Blue) = 66+41+38=145 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.52% from 145); Green value is 41 (16.41% from 255 or 28.28% from 145); Blue value is 38 (15.23% from 255 or 26.21% from 145); Max value from RGB is 66 - color contains mainly: red. Hex color #422926 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422926 is #BDD6D9. Grayscale: #303030. Windows color (decimal): -12441306 or 2500930. OLE color: 2500930.

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

Color convert

RGB 66 41 38 -
CMYK 0 0.38 0.42 0.74
HSL 6.43º 0.27% 0.2% -
HSV(B) 6.43º 0.42% 0.26% -
XYZ 3.39 2.88 2.21 -
YUV 48.13 122.28 140.74 -
System Red Green Blue C M Y K H S L
Decimal 66 41 38 0 0.38 0.42 0.74 6.43 0.27 0.2
Hex 42 29 26 0 26 2A 4A 6 1B 14
Octal 102 51 46 0 46 52 112 6 33 24
Binary 1000010 101001 100110 0 100110 101010 1001010 110 11011 10100

Color Harmonies of #422926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422926

Black with #422926

Text Example


Text Example

White with #422926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422926; }

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

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

background-color css

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

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

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

border-color css

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

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

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