#8C7057

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

Shades of Cement #8C7057

Tints of Cement #8C7057

Color information

#8C7057 (or 0x8C7057) is unknown color: approx Cement. HEX triplet: 8C, 70 and 57. RGB value is (140,112,87). Sum of RGB (Red+Green+Blue) = 140+112+87=339 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.30% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 87 (34.38% from 255 or 25.66% from 339); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7057 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7057 is #738FA8. Grayscale: #757575. Windows color (decimal): -7573417 or 5730444. OLE color: 5730444.

HSL color Cylindrical-coordinate representation of color #8C7057: hue angle of 28.3º degrees, saturation: 0.23, 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 #8C7057 is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB14011287-
CMYK00.200.380.45
HSL28.3º23.35%44.51%-
HSV(B)28.3º37.86%54.9%-
XYZ18.3317.8511.5-
YUV117.52110.78144.03-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.30%
GREEN value IS 112 (44.14% from 255) = 33.04%
BLUE value IS 87 (34.38% from 255) = 25.66%
R=41.30%
G=33.04%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401128700.200.380.4528.323.3544.51
Hex8C7057014262D1c172d
Octal2141601270244655342755
Binary10001100111000010101110101001001101011011110010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,112,87); }

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

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

 a { background-color: rgb(140,112,87); }

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

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

 span { border-color: rgb(140,112,87); }

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