#8C7862

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

Shades of Sand Dune #8C7862

Tints of Sand Dune #8C7862

Color information

#8C7862 (or 0x8C7862) is unknown color: approx Sand Dune. HEX triplet: 8C, 78 and 62. RGB value is (140,120,98). Sum of RGB (Red+Green+Blue) = 140+120+98=358 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.11% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 98 (38.67% from 255 or 27.37% from 358); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7862 is #73879D. Grayscale: #7B7B7B. Windows color (decimal): -7571358 or 6453388. OLE color: 6453388.

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

Color convert

RGB14012098-
CMYK00.140.30.45
HSL31.43º17.65%46.67%-
HSV(B)31.43º30%54.9%-
XYZ19.7419.8914.35-
YUV123.47113.63139.79-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.11%
GREEN value IS 120 (47.27% from 255) = 33.52%
BLUE value IS 98 (38.67% from 255) = 27.37%
R=39.11%
G=33.52%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.3
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401209800.140.30.4531.4317.6546.67
Hex8C78620E1E2D1f122f
Octal2141701420163655372257
Binary100011001111000110001001110111101011011111110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,120,98); }

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

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

 a { background-color: rgb(140,120,98); }

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

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

 span { border-color: rgb(140,120,98); }

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