#8B7564

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

Shades of Sand Dune #8B7564

Tints of Sand Dune #8B7564

Color information

#8B7564 (or 0x8B7564) is unknown color: approx Sand Dune. HEX triplet: 8B, 75 and 64. RGB value is (139,117,100). Sum of RGB (Red+Green+Blue) = 139+117+100=356 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.04% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7564 is #748A9B. Grayscale: #797979. Windows color (decimal): -7637660 or 6583691. OLE color: 6583691.

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

Color convert

RGB139117100-
CMYK00.160.280.45
HSL26.15º16.32%46.86%-
HSV(B)26.15º28.06%54.51%-
XYZ19.3119.1314.73-
YUV121.64115.79140.38-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.04%
GREEN value IS 117 (46.09% from 255) = 32.87%
BLUE value IS 100 (39.45% from 255) = 28.09%
R=39.04%
G=32.87%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911710000.160.280.4526.1516.3246.86
Hex8B75640101C2D1a102f
Octal2131651440203455322057
Binary1000101111101011100100010000111001011011101010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,117,100); }

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

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

 a { background-color: rgb(139,117,100); }

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

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

 span { border-color: rgb(139,117,100); }

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