#856475

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

Shades of Strikemaster #856475

Tints of Strikemaster #856475

Color information

#856475 (or 0x856475) is unknown color: approx Strikemaster. HEX triplet: 85, 64 and 75. RGB value is (133,100,117). Sum of RGB (Red+Green+Blue) = 133+100+117=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 133 - color contains mainly: red. Hex color #856475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856475 is #7A9B8A. Grayscale: #6F6F6F. Windows color (decimal): -8035211 or 7693445. OLE color: 7693445.

HSL color Cylindrical-coordinate representation of color #856475: hue angle of 329.09º 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 #856475 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB133100117-
CMYK00.250.120.48
HSL329.09º14.16%45.69%-
HSV(B)329.09º24.81%52.16%-
XYZ17.4415.3918.88-
YUV111.8130.93143.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38%
GREEN value IS 100 (39.45% from 255) = 28.57%
BLUE value IS 117 (46.09% from 255) = 33.43%
R=38%
G=28.57%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310011700.250.120.48329.0914.1645.69
Hex856475019C30149e2e
Octal20514416503114605111656
Binary100001011100100111010101100111001100001010010011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856475; }

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

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

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

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

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

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

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

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