#895F75

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

Shades of Strikemaster #895F75

Tints of Strikemaster #895F75

Color information

#895F75 (or 0x895F75) is unknown color: approx Strikemaster. HEX triplet: 89, 5F and 75. RGB value is (137,95,117). Sum of RGB (Red+Green+Blue) = 137+95+117=349 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.26% from 349); Green value is 95 (37.5% from 255 or 27.22% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 137 - color contains mainly: red. Hex color #895F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895F75 is #76A08A. Grayscale: #6E6E6E. Windows color (decimal): -7774347 or 7692169. OLE color: 7692169.

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

Color convert

RGB13795117-
CMYK00.310.150.46
HSL328.57º18.1%45.49%-
HSV(B)328.57º30.66%53.73%-
XYZ17.6214.7918.76-
YUV110.07131.91147.21-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.26%
GREEN value IS 95 (37.5% from 255) = 27.22%
BLUE value IS 117 (46.09% from 255) = 33.52%
R=39.26%
G=27.22%
B=33.52%

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
Decimal1379511700.310.150.46328.5718.145.49
Hex895F7501FF2E149122d
Octal21113716503717565112255
Binary1000100110111111110101011111111110111010100100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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