#895D74

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

Shades of Strikemaster #895D74

Tints of Strikemaster #895D74

Color information

#895D74 (or 0x895D74) is unknown color: approx Strikemaster. HEX triplet: 89, 5D and 74. RGB value is (137,93,116). Sum of RGB (Red+Green+Blue) = 137+93+116=346 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.60% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 116 (45.70% from 255 or 33.53% from 346); Max value from RGB is 137 - color contains mainly: red. Hex color #895D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895D74 is #76A28B. Grayscale: #6C6C6C. Windows color (decimal): -7774860 or 7626121. OLE color: 7626121.

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

Color convert

RGB13793116-
CMYK00.320.150.46
HSL328.64º19.13%45.1%-
HSV(B)328.64º32.12%53.73%-
XYZ17.3814.4118.39-
YUV108.78132.08148.13-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.60%
GREEN value IS 93 (36.72% from 255) = 26.88%
BLUE value IS 116 (45.70% from 255) = 33.53%
R=39.60%
G=26.88%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379311600.320.150.46328.6419.1345.1
Hex895D74020F2E149132d
Octal21113516404017565112355
Binary10001001101110111101000100000111110111010100100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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