Html Css Color HEX #8D755E Sand Dune

📋 copy color: '#8D755E'

red 141 ◦ green 117 ◦ blue 94

#8D755E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sand Dune #8D755E

Tints of Sand Dune #8D755E

RGB

 RED value IS 141 (55.47% from 255) = 40.06%

 GREEN value IS 117 (46.09% from 255) = 33.24%

 BLUE value IS 94 (37.11% from 255) = 26.7%

R = 40.06%
G = 33.24%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#8D755E (or 0x8D755E) is known color: Sand Dune. HEX triplet: 8D, 75 and 5E. RGB value is (141,117,94). Sum of RGB (Red+Green+Blue) = 141+117+94=352 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.06% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 141 - color contains mainly: red. Hex color #8D755E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D755E is #728AA1. Grayscale: #797979. Windows color (decimal): -7506594 or 6190477. OLE color: 6190477.

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

Color convert

RGB 141 117 94 -
CMYK 0 0.17 0.33 0.45
HSL 29.36º 0.2% 0.46% -
HSV(B) 29.36º 0.33% 0.55% -
XYZ 19.37 19.19 13.27 -
YUV 121.55 112.45 141.87 -
System Red Green Blue C M Y K H S L
Decimal 141 117 94 0 0.17 0.33 0.45 29.36 0.2 0.46
Hex 8D 75 5E 0 11 21 2D 1D 14 2E
Octal 215 165 136 0 21 41 55 35 24 56
Binary 10001101 1110101 1011110 0 10001 100001 101101 11101 10100 101110

Color Harmonies of #8D755E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D755E

Black with #8D755E

Text Example


Text Example

White with #8D755E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8D755E;
 }
 .AnyTagClassName
 {
   color: #8D755E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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