#89795D

Color #89795D Stonewall (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stonewall #89795D

Tints of Stonewall #89795D

Color information

#89795D (or 0x89795D) is unknown color: approx Stonewall. HEX triplet: 89, 79 and 5D. RGB value is (137,121,93). Sum of RGB (Red+Green+Blue) = 137+121+93=351 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.03% from 351); Green value is 121 (47.66% from 255 or 34.47% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 137 - color contains mainly: red. Hex color #89795D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89795D is #7686A2. Grayscale: #7A7A7A. Windows color (decimal): -7767715 or 6125961. OLE color: 6125961.

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

Color convert

RGB13712193-
CMYK00.120.320.46
HSL38.18º19.13%45.1%-
HSV(B)38.18º32.12%53.73%-
XYZ19.1319.7813.17-
YUV122.59111.3138.28-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.03%
GREEN value IS 121 (47.66% from 255) = 34.47%
BLUE value IS 93 (36.72% from 255) = 26.50%
R=39.03%
G=34.47%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371219300.120.320.4638.1819.1345.1
Hex89795D0C202E26132d
Octal2111711350144056462355
Binary10001001111100110111010110010000010111010011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89795D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89795D; }

 p { color: rgb(137,121,93); }

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

<style>
 a { background-color: #89795D; }

 a { background-color: rgb(137,121,93); }

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

<style>
 span { border-color: #89795D; }

 span { border-color: rgb(137,121,93); }

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