#8E7957

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

Shades of Cement #8E7957

Tints of Cement #8E7957

Color information

#8E7957 (or 0x8E7957) is unknown color: approx Cement. HEX triplet: 8E, 79 and 57. RGB value is (142,121,87). Sum of RGB (Red+Green+Blue) = 142+121+87=350 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.57% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 87 (34.38% from 255 or 24.86% from 350); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7957 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7957 is #7186A8. Grayscale: #7B7B7B. Windows color (decimal): -7440041 or 5732750. OLE color: 5732750.

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

Color convert

RGB14212187-
CMYK00.150.390.44
HSL37.09º24.02%44.9%-
HSV(B)37.09º38.73%55.69%-
XYZ19.7120.1111.86-
YUV123.4107.46141.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.57%
GREEN value IS 121 (47.66% from 255) = 34.57%
BLUE value IS 87 (34.38% from 255) = 24.86%
R=40.57%
G=34.57%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421218700.150.390.4437.0924.0244.9
Hex8E79570F272C25182d
Octal2161711270174754453055
Binary10001110111100110101110111110011110110010010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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