#8D7657

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

Shades of Cement #8D7657

Tints of Cement #8D7657

Color information

#8D7657 (or 0x8D7657) is unknown color: approx Cement. HEX triplet: 8D, 76 and 57. RGB value is (141,118,87). Sum of RGB (Red+Green+Blue) = 141+118+87=346 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.75% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 87 (34.38% from 255 or 25.14% from 346); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7657 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7657 is #7289A8. Grayscale: #797979. Windows color (decimal): -7506345 or 5731981. OLE color: 5731981.

HSL color Cylindrical-coordinate representation of color #8D7657: hue angle of 34.44º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8D7657 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB14111887-
CMYK00.160.380.45
HSL34.44º23.68%44.71%-
HSV(B)34.44º38.3%55.29%-
XYZ19.1819.3111.73-
YUV121.34108.62142.02-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.75%
GREEN value IS 118 (46.48% from 255) = 34.10%
BLUE value IS 87 (34.38% from 255) = 25.14%
R=40.75%
G=34.10%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411188700.160.380.4534.4423.6844.71
Hex8D7657010262D22182d
Octal2151661270204655423055
Binary100011011110110101011101000010011010110110001011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,118,87); }

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

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

 a { background-color: rgb(141,118,87); }

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

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

 span { border-color: rgb(141,118,87); }

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