#8E7152

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

Shades of Cement #8E7152

Tints of Cement #8E7152

Color information

#8E7152 (or 0x8E7152) is unknown color: approx Cement. HEX triplet: 8E, 71 and 52. RGB value is (142,113,82). Sum of RGB (Red+Green+Blue) = 142+113+82=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7152 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7152 is #718EAD. Grayscale: #767676. Windows color (decimal): -7442094 or 5403022. OLE color: 5403022.

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

Color convert

RGB14211382-
CMYK00.200.420.44
HSL31º26.79%43.92%-
HSV(B)31º42.25%55.69%-
XYZ18.5818.1710.51-
YUV118.14107.61145.02-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.14%
GREEN value IS 113 (44.53% from 255) = 33.53%
BLUE value IS 82 (32.42% from 255) = 24.33%
R=42.14%
G=33.53%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421138200.200.420.443126.7943.92
Hex8E71520142A2C1f1b2c
Octal2161611220245254373354
Binary10001110111000110100100101001010101011001111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,113,82); }

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

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

 a { background-color: rgb(142,113,82); }

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

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

 span { border-color: rgb(142,113,82); }

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