#8E7955

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

Shades of Cement #8E7955

Tints of Cement #8E7955

Color information

#8E7955 (or 0x8E7955) is unknown color: approx Cement. HEX triplet: 8E, 79 and 55. RGB value is (142,121,85). Sum of RGB (Red+Green+Blue) = 142+121+85=348 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.80% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7955 is #7186AA. Grayscale: #7B7B7B. Windows color (decimal): -7440043 or 5601678. OLE color: 5601678.

HSL color Cylindrical-coordinate representation of color #8E7955: hue angle of 37.89º 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 #8E7955 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.44.

Color convert

RGB14212185-
CMYK00.150.400.44
HSL37.89º25.11%44.51%-
HSV(B)37.89º40.14%55.69%-
XYZ19.6320.0811.44-
YUV123.18106.46141.43-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.80%
GREEN value IS 121 (47.66% from 255) = 34.77%
BLUE value IS 85 (33.59% from 255) = 24.43%
R=40.80%
G=34.77%
B=24.43%

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
Decimal1421218500.150.400.4437.8925.1144.51
Hex8E79550F282C26192d
Octal2161711250175054463155
Binary10001110111100110101010111110100010110010011011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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