#8D7857

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

Shades of Cement #8D7857

Tints of Cement #8D7857

Color information

#8D7857 (or 0x8D7857) is unknown color: approx Cement. HEX triplet: 8D, 78 and 57. RGB value is (141,120,87). Sum of RGB (Red+Green+Blue) = 141+120+87=348 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.52% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 87 (34.38% from 255 or 25% from 348); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7857 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7857 is #7287A8. Grayscale: #7A7A7A. Windows color (decimal): -7505833 or 5732493. OLE color: 5732493.

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

Color convert

RGB14112087-
CMYK00.150.380.45
HSL36.67º23.68%44.71%-
HSV(B)36.67º38.3%55.29%-
XYZ19.4219.7811.81-
YUV122.52107.96141.18-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.52%
GREEN value IS 120 (47.27% from 255) = 34.48%
BLUE value IS 87 (34.38% from 255) = 25%
R=40.52%
G=34.48%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411208700.150.380.4536.6723.6844.71
Hex8D78570F262D25182d
Octal2151701270174655453055
Binary10001101111100010101110111110011010110110010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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