#8E7357

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

Shades of Cement #8E7357

Tints of Cement #8E7357

Color information

#8E7357 (or 0x8E7357) is unknown color: approx Cement. HEX triplet: 8E, 73 and 57. RGB value is (142,115,87). Sum of RGB (Red+Green+Blue) = 142+115+87=344 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.28% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7357 is #718CA8. Grayscale: #787878. Windows color (decimal): -7441577 or 5731214. OLE color: 5731214.

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

Color convert

RGB14211587-
CMYK00.190.390.44
HSL30.55º24.02%44.9%-
HSV(B)30.55º38.73%55.69%-
XYZ19.0118.711.62-
YUV119.88109.45143.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.28%
GREEN value IS 115 (45.31% from 255) = 33.43%
BLUE value IS 87 (34.38% from 255) = 25.29%
R=41.28%
G=33.43%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421158700.190.390.4430.5524.0244.9
Hex8E7357013272C1f182d
Octal2161631270234754373055
Binary10001110111001110101110100111001111011001111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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