#8D7557

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

Shades of Cement #8D7557

Tints of Cement #8D7557

Color information

#8D7557 (or 0x8D7557) is unknown color: approx Cement. HEX triplet: 8D, 75 and 57. RGB value is (141,117,87). Sum of RGB (Red+Green+Blue) = 141+117+87=345 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.87% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 87 (34.38% from 255 or 25.22% from 345); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7557 is #728AA8. Grayscale: #787878. Windows color (decimal): -7506601 or 5731725. OLE color: 5731725.

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

Color convert

RGB14111787-
CMYK00.170.380.45
HSL33.33º23.68%44.71%-
HSV(B)33.33º38.3%55.29%-
XYZ19.0719.0711.69-
YUV120.76108.95142.44-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.87%
GREEN value IS 117 (46.09% from 255) = 33.91%
BLUE value IS 87 (34.38% from 255) = 25.22%
R=40.87%
G=33.91%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411178700.170.380.4533.3323.6844.71
Hex8D7557011262D21182d
Octal2151651270214655413055
Binary100011011110101101011101000110011010110110000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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