#8C7557

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

Shades of Cement #8C7557

Tints of Cement #8C7557

Color information

#8C7557 (or 0x8C7557) is unknown color: approx Cement. HEX triplet: 8C, 75 and 57. RGB value is (140,117,87). Sum of RGB (Red+Green+Blue) = 140+117+87=344 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.70% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7557 is #738AA8. Grayscale: #787878. Windows color (decimal): -7572137 or 5731724. OLE color: 5731724.

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

Color convert

RGB14011787-
CMYK00.160.380.45
HSL33.96º23.35%44.51%-
HSV(B)33.96º37.86%54.9%-
XYZ18.918.9911.69-
YUV120.46109.12141.94-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.70%
GREEN value IS 117 (46.09% from 255) = 34.01%
BLUE value IS 87 (34.38% from 255) = 25.29%
R=40.70%
G=34.01%
B=25.29%

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
Decimal1401178700.160.380.4533.9623.3544.51
Hex8C7557010262D22172d
Octal2141651270204655422755
Binary100011001110101101011101000010011010110110001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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