#422826

Color #422826 Espresso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Espresso #422826

Tints of Espresso #422826

Color information

#422826 (or 0x422826) is unknown color: approx Espresso. HEX triplet: 42, 28 and 26. RGB value is (66,40,38). Sum of RGB (Red+Green+Blue) = 66+40+38=144 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.83% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 38 (15.23% from 255 or 26.39% from 144); Max value from RGB is 66 - color contains mainly: red. Hex color #422826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422826 is #BDD7D9. Grayscale: #2F2F2F. Windows color (decimal): -12441562 or 2500674. OLE color: 2500674.

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

Color convert

RGB664038-
CMYK00.390.420.74
HSL4.29º26.92%20.39%-
HSV(B)4.29º42.42%25.88%-
XYZ3.362.822.2-
YUV47.55122.61141.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 45.83%
GREEN value IS 40 (16.02% from 255) = 27.78%
BLUE value IS 38 (15.23% from 255) = 26.39%
R=45.83%
G=27.78%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66403800.390.420.744.2926.9220.39
Hex4228260272A4A41b14
Octal10250460475211243324
Binary1000010101000100110010011110101010010101001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422826; }

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

 H1.HeaderClassName
 {
   color: #422826;
 }
 .AnyTagClassName
 {
   color: #422826;
 }
</style>
background-color css

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

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

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

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

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

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