#8C7357

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

Shades of Cement #8C7357

Tints of Cement #8C7357

Color information

#8C7357 (or 0x8C7357) is unknown color: approx Cement. HEX triplet: 8C, 73 and 57. RGB value is (140,115,87). Sum of RGB (Red+Green+Blue) = 140+115+87=342 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.94% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 87 (34.38% from 255 or 25.44% from 342); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7357 is #738CA8. Grayscale: #777777. Windows color (decimal): -7572649 or 5731212. OLE color: 5731212.

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

Color convert

RGB14011587-
CMYK00.180.380.45
HSL31.7º23.35%44.51%-
HSV(B)31.7º37.86%54.9%-
XYZ18.6718.5311.61-
YUV119.28109.78142.78-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.94%
GREEN value IS 115 (45.31% from 255) = 33.63%
BLUE value IS 87 (34.38% from 255) = 25.44%
R=40.94%
G=33.63%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401158700.180.380.4531.723.3544.51
Hex8C7357012262D20172d
Octal2141631270224655402755
Binary100011001110011101011101001010011010110110000010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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