Html Css Color HEX #89745F Sand Dune

📋 copy color: '#89745F'

red 137 ◦ green 116 ◦ blue 95

#89745F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sand Dune #89745F

Tints of Sand Dune #89745F

RGB

 RED value IS 137 (53.91% from 255) = 39.37%

 GREEN value IS 116 (45.7% from 255) = 33.33%

 BLUE value IS 95 (37.5% from 255) = 27.3%

R = 39.37%
G = 33.33%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#89745F (or 0x89745F) is known color: Sand Dune. HEX triplet: 89, 74 and 5F. RGB value is (137,116,95). Sum of RGB (Red+Green+Blue) = 137+116+95=348 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.37% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 137 - color contains mainly: red. Hex color #89745F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89745F is #768BA0. Grayscale: #777777. Windows color (decimal): -7768993 or 6255753. OLE color: 6255753.

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

Color convert

RGB 137 116 95 -
CMYK 0 0.15 0.31 0.46
HSL 30º 0.18% 0.45% -
HSV(B) 30º 0.31% 0.54% -
XYZ 18.63 18.64 13.44 -
YUV 119.89 113.96 140.21 -
System Red Green Blue C M Y K H S L
Decimal 137 116 95 0 0.15 0.31 0.46 30 0.18 0.45
Hex 89 74 5F 0 F 1F 2E 1E 12 2D
Octal 211 164 137 0 17 37 56 36 22 55
Binary 10001001 1110100 1011111 0 1111 11111 101110 11110 10010 101101

Color Harmonies of #89745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89745F

Black with #89745F

Text Example


Text Example

White with #89745F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #89745F;
 }
 .AnyTagClassName
 {
   color: #89745F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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