#8E7354

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

Shades of Cement #8E7354

Tints of Cement #8E7354

Color information

#8E7354 (or 0x8E7354) is unknown color: approx Cement. HEX triplet: 8E, 73 and 54. RGB value is (142,115,84). Sum of RGB (Red+Green+Blue) = 142+115+84=341 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.64% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7354 is #718CAB. Grayscale: #777777. Windows color (decimal): -7441580 or 5534606. OLE color: 5534606.

HSL color Cylindrical-coordinate representation of color #8E7354: hue angle of 32.07º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8E7354 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.44.

Color convert

RGB14211584-
CMYK00.190.410.44
HSL32.07º25.66%44.31%-
HSV(B)32.07º40.85%55.69%-
XYZ18.8918.6510.99-
YUV119.54107.95144.02-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.64%
GREEN value IS 115 (45.31% from 255) = 33.72%
BLUE value IS 84 (33.20% from 255) = 24.63%
R=41.64%
G=33.72%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421158400.190.410.4432.0725.6644.31
Hex8E7354013292C201a2c
Octal2161631240235154403254
Binary100011101110011101010001001110100110110010000011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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