#8B735E

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

Shades of Sand Dune #8B735E

Tints of Sand Dune #8B735E

Color information

#8B735E (or 0x8B735E) is unknown color: approx Sand Dune. HEX triplet: 8B, 73 and 5E. RGB value is (139,115,94). Sum of RGB (Red+Green+Blue) = 139+115+94=348 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.94% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 139 - color contains mainly: red. Hex color #8B735E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B735E is #748CA1. Grayscale: #777777. Windows color (decimal): -7638178 or 6189963. OLE color: 6189963.

HSL color Cylindrical-coordinate representation of color #8B735E: hue angle of 28º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B735E is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB13911594-
CMYK00.170.320.45
HSL28º19.31%45.69%-
HSV(B)28º32.37%54.51%-
XYZ18.818.5613.18-
YUV119.78113.45141.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.94%
GREEN value IS 115 (45.31% from 255) = 33.05%
BLUE value IS 94 (37.11% from 255) = 27.01%
R=39.94%
G=33.05%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391159400.170.320.452819.3145.69
Hex8B735E011202D1c132e
Octal2131631360214055342356
Binary10001011111001110111100100011000001011011110010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B735E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,115,94); }

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

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

 a { background-color: rgb(139,115,94); }

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

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

 span { border-color: rgb(139,115,94); }

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