#8D7C62

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

Shades of Sand Dune #8D7C62

Tints of Sand Dune #8D7C62

Color information

#8D7C62 (or 0x8D7C62) is unknown color: approx Sand Dune. HEX triplet: 8D, 7C and 62. RGB value is (141,124,98). Sum of RGB (Red+Green+Blue) = 141+124+98=363 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.84% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 98 (38.67% from 255 or 27.00% from 363); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7C62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7C62 is #72839D. Grayscale: #7E7E7E. Windows color (decimal): -7504798 or 6454413. OLE color: 6454413.

HSL color Cylindrical-coordinate representation of color #8D7C62: hue angle of 36.28º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8D7C62 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB14112498-
CMYK00.120.300.45
HSL36.28º17.99%46.86%-
HSV(B)36.28º30.5%55.29%-
XYZ20.420.9614.53-
YUV126.12112.13138.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.84%
GREEN value IS 124 (48.83% from 255) = 34.16%
BLUE value IS 98 (38.67% from 255) = 27.00%
R=38.84%
G=34.16%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411249800.120.300.4536.2817.9946.86
Hex8D7C620C1E2D24122f
Octal2151741420143655442257
Binary1000110111111001100010011001111010110110010010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,124,98); }

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

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

 a { background-color: rgb(141,124,98); }

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

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

 span { border-color: rgb(141,124,98); }

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