Html Css Color HEX #422726 Espresso

📋 copy color: '#422726'

red 66 ◦ green 39 ◦ blue 38

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

Shades of Espresso #422726

Tints of Espresso #422726

RGB

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

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

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

R = 46.15%
G = 27.27%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.42

 K value IS 0.74

RGB Variations

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

Color information

#422726 (or 0x422726) is known color: Espresso. HEX triplet: 42, 27 and 26. RGB value is (66,39,38). Sum of RGB (Red+Green+Blue) = 66+39+38=143 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.15% from 143); Green value is 39 (15.62% from 255 or 27.27% from 143); Blue value is 38 (15.23% from 255 or 26.57% from 143); Max value from RGB is 66 - color contains mainly: red. Hex color #422726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422726 is #BDD8D9. Grayscale: #2E2E2E. Windows color (decimal): -12441818 or 2500418. OLE color: 2500418.

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

Color convert

RGB 66 39 38 -
CMYK 0 0.41 0.42 0.74
HSL 2.14º 0.27% 0.2% -
HSV(B) 2.14º 0.42% 0.26% -
XYZ 3.32 2.75 2.19 -
YUV 46.96 122.95 141.58 -
System Red Green Blue C M Y K H S L
Decimal 66 39 38 0 0.41 0.42 0.74 2.14 0.27 0.2
Hex 42 27 26 0 29 2A 4A 2 1B 14
Octal 102 47 46 0 51 52 112 2 33 24
Binary 1000010 100111 100110 0 101001 101010 1001010 10 11011 10100

Color Harmonies of #422726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422726

Black with #422726

Text Example


Text Example

White with #422726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422726; }

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

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

background-color css

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

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

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

border-color css

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

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

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