#89785F

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

Shades of Sand Dune #89785F

Tints of Sand Dune #89785F

Color information

#89785F (or 0x89785F) is unknown color: approx Sand Dune. HEX triplet: 89, 78 and 5F. RGB value is (137,120,95). Sum of RGB (Red+Green+Blue) = 137+120+95=352 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.92% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 137 - color contains mainly: red. Hex color #89785F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89785F is #7687A0. Grayscale: #7A7A7A. Windows color (decimal): -7767969 or 6256777. OLE color: 6256777.

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

Color convert

RGB13712095-
CMYK00.120.310.46
HSL35.71º18.1%45.49%-
HSV(B)35.71º30.66%53.73%-
XYZ19.119.5813.6-
YUV122.23112.63138.53-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.92%
GREEN value IS 120 (47.27% from 255) = 34.09%
BLUE value IS 95 (37.5% from 255) = 26.99%
R=38.92%
G=34.09%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371209500.120.310.4635.7118.145.49
Hex89785F0C1F2E24122d
Octal2111701370143756442255
Binary1000100111110001011111011001111110111010010010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89785F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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