#89775E

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

Shades of Sand Dune #89775E

Tints of Sand Dune #89775E

Color information

#89775E (or 0x89775E) is unknown color: approx Sand Dune. HEX triplet: 89, 77 and 5E. RGB value is (137,119,94). Sum of RGB (Red+Green+Blue) = 137+119+94=350 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.14% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 137 - color contains mainly: red. Hex color #89775E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89775E is #7688A1. Grayscale: #797979. Windows color (decimal): -7768226 or 6190985. OLE color: 6190985.

HSL color Cylindrical-coordinate representation of color #89775E: hue angle of 34.88º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #89775E is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB13711994-
CMYK00.130.310.46
HSL34.88º18.61%45.29%-
HSV(B)34.88º31.39%53.73%-
XYZ18.9319.3213.32-
YUV121.53112.46139.03-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.14%
GREEN value IS 119 (46.88% from 255) = 34%
BLUE value IS 94 (37.11% from 255) = 26.86%
R=39.14%
G=34%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371199400.130.310.4634.8818.6145.29
Hex89775E0D1F2E23132d
Octal2111671360153756432355
Binary1000100111101111011110011011111110111010001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89775E; }

 p { color: rgb(137,119,94); }

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

<style>
 a { background-color: #89775E; }

 a { background-color: rgb(137,119,94); }

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

<style>
 span { border-color: #89775E; }

 span { border-color: rgb(137,119,94); }

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