#8D7050

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

Shades of Cement #8D7050

Tints of Cement #8D7050

Color information

#8D7050 (or 0x8D7050) is unknown color: approx Cement. HEX triplet: 8D, 70 and 50. RGB value is (141,112,80). Sum of RGB (Red+Green+Blue) = 141+112+80=333 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.34% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7050 is #728FAF. Grayscale: #757575. Windows color (decimal): -7507888 or 5271693. OLE color: 5271693.

HSL color Cylindrical-coordinate representation of color #8D7050: hue angle of 31.48º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8D7050 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.45.

Color convert

RGB14111280-
CMYK00.210.430.45
HSL31.48º27.6%43.33%-
HSV(B)31.48º43.26%55.29%-
XYZ18.2317.8310.07-
YUV117.02107.11145.1-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.34%
GREEN value IS 112 (44.14% from 255) = 33.63%
BLUE value IS 80 (31.64% from 255) = 24.02%
R=42.34%
G=33.63%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411128000.210.430.4531.4827.643.33
Hex8D70500152B2D1f1c2b
Octal2151601200255355373453
Binary10001101111000010100000101011010111011011111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,112,80); }

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

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

 a { background-color: rgb(141,112,80); }

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

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

 span { border-color: rgb(141,112,80); }

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