#895E75

Color #895E75 Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #895E75

Tints of Strikemaster #895E75

Color information

#895E75 (or 0x895E75) is unknown color: approx Strikemaster. HEX triplet: 89, 5E and 75. RGB value is (137,94,117). Sum of RGB (Red+Green+Blue) = 137+94+117=348 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.37% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 137 - color contains mainly: red. Hex color #895E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895E75 is #76A18A. Grayscale: #6D6D6D. Windows color (decimal): -7774603 or 7691913. OLE color: 7691913.

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

Color convert

RGB13794117-
CMYK00.310.150.46
HSL327.91º18.61%45.29%-
HSV(B)327.91º31.39%53.73%-
XYZ17.5314.6118.73-
YUV109.48132.25147.63-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.37%
GREEN value IS 94 (37.11% from 255) = 27.01%
BLUE value IS 117 (46.09% from 255) = 33.62%
R=39.37%
G=27.01%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379411700.310.150.46327.9118.6145.29
Hex895E7501FF2E148132d
Octal21113616503717565102355
Binary1000100110111101110101011111111110111010100100010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895E75; }

 p { color: rgb(137,94,117); }

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

<style>
 a { background-color: #895E75; }

 a { background-color: rgb(137,94,117); }

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

<style>
 span { border-color: #895E75; }

 span { border-color: rgb(137,94,117); }

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