#89795F

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

Shades of Stonewall #89795F

Tints of Stonewall #89795F

Color information

#89795F (or 0x89795F) is unknown color: approx Stonewall. HEX triplet: 89, 79 and 5F. RGB value is (137,121,95). Sum of RGB (Red+Green+Blue) = 137+121+95=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 137 - color contains mainly: red. Hex color #89795F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89795F is #7686A0. Grayscale: #7A7A7A. Windows color (decimal): -7767713 or 6257033. OLE color: 6257033.

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

Color convert

RGB13712195-
CMYK00.120.310.46
HSL37.14º18.1%45.49%-
HSV(B)37.14º30.66%53.73%-
XYZ19.2219.8213.64-
YUV122.82112.3138.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.81%
GREEN value IS 121 (47.66% from 255) = 34.28%
BLUE value IS 95 (37.5% from 255) = 26.91%
R=38.81%
G=34.28%
B=26.91%

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
Decimal1371219500.120.310.4637.1418.145.49
Hex89795F0C1F2E25122d
Octal2111711370143756452255
Binary1000100111110011011111011001111110111010010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89795F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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