#856474

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

Shades of Strikemaster #856474

Tints of Strikemaster #856474

Color information

#856474 (or 0x856474) is unknown color: approx Strikemaster. HEX triplet: 85, 64 and 74. RGB value is (133,100,116). Sum of RGB (Red+Green+Blue) = 133+100+116=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 133 - color contains mainly: red. Hex color #856474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856474 is #7A9B8B. Grayscale: #6F6F6F. Windows color (decimal): -8035212 or 7627909. OLE color: 7627909.

HSL color Cylindrical-coordinate representation of color #856474: hue angle of 330.91º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #856474 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB133100116-
CMYK00.250.130.48
HSL330.91º14.16%45.69%-
HSV(B)330.91º24.81%52.16%-
XYZ17.3815.3618.57-
YUV111.69130.43143.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.11%
GREEN value IS 100 (39.45% from 255) = 28.65%
BLUE value IS 116 (45.70% from 255) = 33.24%
R=38.11%
G=28.65%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310011600.250.130.48330.9114.1645.69
Hex856474019D3014be2e
Octal20514416403115605131656
Binary100001011100100111010001100111011100001010010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856474; }

 p { color: rgb(133,100,116); }

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

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

 a { background-color: rgb(133,100,116); }

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

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

 span { border-color: rgb(133,100,116); }

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