#8E7855

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

Shades of Cement #8E7855

Tints of Cement #8E7855

Color information

#8E7855 (or 0x8E7855) is unknown color: approx Cement. HEX triplet: 8E, 78 and 55. RGB value is (142,120,85). Sum of RGB (Red+Green+Blue) = 142+120+85=347 (45% of max value = 765). Red value is 142 (55.86% from 255 or 40.92% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7855 is #7187AA. Grayscale: #7A7A7A. Windows color (decimal): -7440299 or 5601422. OLE color: 5601422.

HSL color Cylindrical-coordinate representation of color #8E7855: hue angle of 36.84º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E7855 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.44.

Color convert

RGB14212085-
CMYK00.150.400.44
HSL36.84º25.11%44.51%-
HSV(B)36.84º40.14%55.69%-
XYZ19.5119.8411.4-
YUV122.59106.79141.85-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.92%
GREEN value IS 120 (47.27% from 255) = 34.58%
BLUE value IS 85 (33.59% from 255) = 24.50%
R=40.92%
G=34.58%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421208500.150.400.4436.8425.1144.51
Hex8E78550F282C25192d
Octal2161701250175054453155
Binary10001110111100010101010111110100010110010010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E7855; }

 p { color: rgb(142,120,85); }

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

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

 a { background-color: rgb(142,120,85); }

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

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

 span { border-color: rgb(142,120,85); }

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