#8E755A

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

Shades of Cement #8E755A

Tints of Cement #8E755A

Color information

#8E755A (or 0x8E755A) is unknown color: approx Cement. HEX triplet: 8E, 75 and 5A. RGB value is (142,117,90). Sum of RGB (Red+Green+Blue) = 142+117+90=349 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.69% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 142 - color contains mainly: red. Hex color #8E755A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E755A is #718AA5. Grayscale: #797979. Windows color (decimal): -7441062 or 5928334. OLE color: 5928334.

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

Color convert

RGB14211790-
CMYK00.180.370.44
HSL31.15º22.41%45.49%-
HSV(B)31.15º36.62%55.69%-
XYZ19.3619.2112.36-
YUV121.4110.28142.7-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.69%
GREEN value IS 117 (46.09% from 255) = 33.52%
BLUE value IS 90 (35.55% from 255) = 25.79%
R=40.69%
G=33.52%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421179000.180.370.4431.1522.4145.49
Hex8E755A012252C1f162d
Octal2161651320224554372655
Binary10001110111010110110100100101001011011001111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E755A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,117,90); }

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

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

 a { background-color: rgb(142,117,90); }

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

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

 span { border-color: rgb(142,117,90); }

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