#8A7365

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

Shades of Sand Dune #8A7365

Tints of Sand Dune #8A7365

Color information

#8A7365 (or 0x8A7365) is unknown color: approx Sand Dune. HEX triplet: 8A, 73 and 65. RGB value is (138,115,101). Sum of RGB (Red+Green+Blue) = 138+115+101=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7365 is #758C9A. Grayscale: #787878. Windows color (decimal): -7703707 or 6648714. OLE color: 6648714.

HSL color Cylindrical-coordinate representation of color #8A7365: hue angle of 22.7º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8A7365 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB138115101-
CMYK00.170.270.46
HSL22.7º15.48%46.86%-
HSV(B)22.7º26.81%54.12%-
XYZ18.9618.614.9-
YUV120.28117.12140.64-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.98%
GREEN value IS 115 (45.31% from 255) = 32.49%
BLUE value IS 101 (39.84% from 255) = 28.53%
R=38.98%
G=32.49%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13811510100.170.270.4622.715.4846.86
Hex8A73650111B2E17f2f
Octal2121631450213356271757
Binary100010101110011110010101000111011101110101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,115,101); }

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

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

 a { background-color: rgb(138,115,101); }

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

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

 span { border-color: rgb(138,115,101); }

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