#8D755D

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

Shades of Sand Dune #8D755D

Tints of Sand Dune #8D755D

Color information

#8D755D (or 0x8D755D) is unknown color: approx Sand Dune. HEX triplet: 8D, 75 and 5D. RGB value is (141,117,93). Sum of RGB (Red+Green+Blue) = 141+117+93=351 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.17% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 141 - color contains mainly: red. Hex color #8D755D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D755D is #728AA2. Grayscale: #797979. Windows color (decimal): -7506595 or 6124941. OLE color: 6124941.

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

Color convert

RGB14111793-
CMYK00.170.340.45
HSL30º20.51%45.88%-
HSV(B)30º34.04%55.29%-
XYZ19.3219.1813.04-
YUV121.44111.95141.95-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.17%
GREEN value IS 117 (46.09% from 255) = 33.33%
BLUE value IS 93 (36.72% from 255) = 26.50%
R=40.17%
G=33.33%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411179300.170.340.453020.5145.88
Hex8D755D011222D1e152e
Octal2151651350214255362556
Binary10001101111010110111010100011000101011011111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D755D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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