#422827

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

Shades of Espresso #422827

Tints of Espresso #422827

Color information

#422827 (or 0x422827) is unknown color: approx Espresso. HEX triplet: 42, 28 and 27. RGB value is (66,40,39). Sum of RGB (Red+Green+Blue) = 66+40+39=145 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.52% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 39 (15.62% from 255 or 26.90% from 145); Max value from RGB is 66 - color contains mainly: red. Hex color #422827 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422827 is #BDD7D8. Grayscale: #2F2F2F. Windows color (decimal): -12441561 or 2566210. OLE color: 2566210.

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

Color convert

RGB664039-
CMYK00.390.410.74
HSL2.22º25.71%20.59%-
HSV(B)2.22º40.91%25.88%-
XYZ3.372.822.29-
YUV47.66123.11141.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 45.52%
GREEN value IS 40 (16.02% from 255) = 27.59%
BLUE value IS 39 (15.62% from 255) = 26.90%
R=45.52%
G=27.59%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66403900.390.410.742.2225.7120.59
Hex422827027294A21a15
Octal10250470475111223225
Binary100001010100010011101001111010011001010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422827; }

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

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

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

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

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

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

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

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