#8C7959

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

Shades of Cement #8C7959

Tints of Cement #8C7959

Color information

#8C7959 (or 0x8C7959) is unknown color: approx Cement. HEX triplet: 8C, 79 and 59. RGB value is (140,121,89). Sum of RGB (Red+Green+Blue) = 140+121+89=350 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 89 (35.16% from 255 or 25.43% from 350); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7959 is #7386A6. Grayscale: #7B7B7B. Windows color (decimal): -7571111 or 5863820. OLE color: 5863820.

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

Color convert

RGB14012189-
CMYK00.140.360.45
HSL37.65º22.27%44.9%-
HSV(B)37.65º36.43%54.9%-
XYZ19.4619.9712.28-
YUV123.03108.79140.1-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40%
GREEN value IS 121 (47.66% from 255) = 34.57%
BLUE value IS 89 (35.16% from 255) = 25.43%
R=40%
G=34.57%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401218900.140.360.4537.6522.2744.9
Hex8C79590E242D26162d
Octal2141711310164455462655
Binary10001100111100110110010111010010010110110011010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,121,89); }

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

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

 a { background-color: rgb(140,121,89); }

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

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

 span { border-color: rgb(140,121,89); }

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