#89775F

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

Shades of Sand Dune #89775F

Tints of Sand Dune #89775F

Color information

#89775F (or 0x89775F) is unknown color: approx Sand Dune. HEX triplet: 89, 77 and 5F. RGB value is (137,119,95). Sum of RGB (Red+Green+Blue) = 137+119+95=351 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.03% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 95 (37.5% from 255 or 27.07% from 351); Max value from RGB is 137 - color contains mainly: red. Hex color #89775F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89775F is #7688A0. Grayscale: #797979. Windows color (decimal): -7768225 or 6256521. OLE color: 6256521.

HSL color Cylindrical-coordinate representation of color #89775F: hue angle of 34.29º degrees, saturation: 0.18, 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 #89775F is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB13711995-
CMYK00.130.310.46
HSL34.29º18.1%45.49%-
HSV(B)34.29º30.66%53.73%-
XYZ18.9819.3413.56-
YUV121.65112.96138.95-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.03%
GREEN value IS 119 (46.88% from 255) = 33.90%
BLUE value IS 95 (37.5% from 255) = 27.07%
R=39.03%
G=33.90%
B=27.07%

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
Decimal1371199500.130.310.4634.2918.145.49
Hex89775F0D1F2E22122d
Octal2111671370153756422255
Binary1000100111101111011111011011111110111010001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89775F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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