#8D745D

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

Shades of Sand Dune #8D745D

Tints of Sand Dune #8D745D

Color information

#8D745D (or 0x8D745D) is unknown color: approx Sand Dune. HEX triplet: 8D, 74 and 5D. RGB value is (141,116,93). Sum of RGB (Red+Green+Blue) = 141+116+93=350 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.29% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 141 - color contains mainly: red. Hex color #8D745D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D745D is #728BA2. Grayscale: #787878. Windows color (decimal): -7506851 or 6124685. OLE color: 6124685.

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

Color convert

RGB14111693-
CMYK00.180.340.45
HSL28.75º20.51%45.88%-
HSV(B)28.75º34.04%55.29%-
XYZ19.2118.9413-
YUV120.85112.28142.37-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.29%
GREEN value IS 116 (45.70% from 255) = 33.14%
BLUE value IS 93 (36.72% from 255) = 26.57%
R=40.29%
G=33.14%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411169300.180.340.4528.7520.5145.88
Hex8D745D012222D1d152e
Octal2151641350224255352556
Binary10001101111010010111010100101000101011011110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D745D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,116,93); }

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

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

 a { background-color: rgb(141,116,93); }

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

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

 span { border-color: rgb(141,116,93); }

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