#8D755F

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

Shades of Sand Dune #8D755F

Tints of Sand Dune #8D755F

Color information

#8D755F (or 0x8D755F) is unknown color: approx Sand Dune. HEX triplet: 8D, 75 and 5F. RGB value is (141,117,95). Sum of RGB (Red+Green+Blue) = 141+117+95=353 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.94% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 141 - color contains mainly: red. Hex color #8D755F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D755F is #728AA0. Grayscale: #797979. Windows color (decimal): -7506593 or 6256013. OLE color: 6256013.

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

Color convert

RGB14111795-
CMYK00.170.330.45
HSL28.7º19.49%46.27%-
HSV(B)28.7º32.62%55.29%-
XYZ19.4119.2113.51-
YUV121.67112.95141.79-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.94%
GREEN value IS 117 (46.09% from 255) = 33.14%
BLUE value IS 95 (37.5% from 255) = 26.91%
R=39.94%
G=33.14%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411179500.170.330.4528.719.4946.27
Hex8D755F011212D1d132e
Octal2151651370214155352356
Binary10001101111010110111110100011000011011011110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D755F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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