#8E7350

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

Shades of Cement #8E7350

Tints of Cement #8E7350

Color information

#8E7350 (or 0x8E7350) is unknown color: approx Cement. HEX triplet: 8E, 73 and 50. RGB value is (142,115,80). Sum of RGB (Red+Green+Blue) = 142+115+80=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7350 is #718CAF. Grayscale: #777777. Windows color (decimal): -7441584 or 5272462. OLE color: 5272462.

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

Color convert

RGB14211580-
CMYK00.190.440.44
HSL33.87º27.93%43.53%-
HSV(B)33.87º43.66%55.69%-
XYZ18.7318.5910.19-
YUV119.08105.95144.35-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.14%
GREEN value IS 115 (45.31% from 255) = 34.12%
BLUE value IS 80 (31.64% from 255) = 23.74%
R=42.14%
G=34.12%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421158000.190.440.4433.8727.9343.53
Hex8E73500132C2C221c2c
Octal2161631200235454423454
Binary100011101110011101000001001110110010110010001011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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