#8D7854

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

Shades of Cement #8D7854

Tints of Cement #8D7854

Color information

#8D7854 (or 0x8D7854) is unknown color: approx Cement. HEX triplet: 8D, 78 and 54. RGB value is (141,120,84). Sum of RGB (Red+Green+Blue) = 141+120+84=345 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.87% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 84 (33.20% from 255 or 24.35% from 345); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7854 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7854 is #7287AB. Grayscale: #7A7A7A. Windows color (decimal): -7505836 or 5535885. OLE color: 5535885.

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

Color convert

RGB14112084-
CMYK00.150.400.45
HSL37.89º25.33%44.12%-
HSV(B)37.89º40.43%55.29%-
XYZ19.319.7411.18-
YUV122.17106.46141.43-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.87%
GREEN value IS 120 (47.27% from 255) = 34.78%
BLUE value IS 84 (33.20% from 255) = 24.35%
R=40.87%
G=34.78%
B=24.35%

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
Decimal1411208400.150.400.4537.8925.3344.12
Hex8D78540F282D26192c
Octal2151701240175055463154
Binary10001101111100010101000111110100010110110011011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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