#895474

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

Shades of Strikemaster #895474

Tints of Strikemaster #895474

Color information

#895474 (or 0x895474) is unknown color: approx Strikemaster. HEX triplet: 89, 54 and 74. RGB value is (137,84,116). Sum of RGB (Red+Green+Blue) = 137+84+116=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 137 - color contains mainly: red. Hex color #895474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895474 is #76AB8B. Grayscale: #676767. Windows color (decimal): -7777164 or 7623817. OLE color: 7623817.

HSL color Cylindrical-coordinate representation of color #895474: hue angle of 323.77º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #895474 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB13784116-
CMYK00.390.150.46
HSL323.77º23.98%43.33%-
HSV(B)323.77º38.69%53.73%-
XYZ16.6412.9218.14-
YUV103.5135.06151.9-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.65%
GREEN value IS 84 (33.20% from 255) = 24.93%
BLUE value IS 116 (45.70% from 255) = 34.42%
R=40.65%
G=24.93%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378411600.390.150.46323.7723.9843.33
Hex895474027F2E144182b
Octal21112416404717565043053
Binary10001001101010011101000100111111110111010100010011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895474; }

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

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

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

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

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

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

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

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