#8D7855

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

Shades of Cement #8D7855

Tints of Cement #8D7855

Color information

#8D7855 (or 0x8D7855) is unknown color: approx Cement. HEX triplet: 8D, 78 and 55. RGB value is (141,120,85). Sum of RGB (Red+Green+Blue) = 141+120+85=346 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.75% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7855 is #7287AA. Grayscale: #7A7A7A. Windows color (decimal): -7505835 or 5601421. OLE color: 5601421.

HSL color Cylindrical-coordinate representation of color #8D7855: hue angle of 37.5º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D7855 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB14112085-
CMYK00.150.400.45
HSL37.5º24.78%44.31%-
HSV(B)37.5º39.72%55.29%-
XYZ19.3419.7511.39-
YUV122.29106.96141.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.75%
GREEN value IS 120 (47.27% from 255) = 34.68%
BLUE value IS 85 (33.59% from 255) = 24.57%
R=40.75%
G=34.68%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411208500.150.400.4537.524.7844.31
Hex8D78550F282D25192c
Octal2151701250175055453154
Binary10001101111100010101010111110100010110110010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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