#856576

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

Shades of Strikemaster #856576

Tints of Strikemaster #856576

Color information

#856576 (or 0x856576) is unknown color: approx Strikemaster. HEX triplet: 85, 65 and 76. RGB value is (133,101,118). Sum of RGB (Red+Green+Blue) = 133+101+118=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 133 - color contains mainly: red. Hex color #856576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856576 is #7A9A89. Grayscale: #707070. Windows color (decimal): -8034954 or 7759237. OLE color: 7759237.

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

Color convert

RGB133101118-
CMYK00.240.110.48
HSL328.12º13.68%45.88%-
HSV(B)328.12º24.06%52.16%-
XYZ17.615.619.22-
YUV112.51131.1142.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.78%
GREEN value IS 101 (39.84% from 255) = 28.69%
BLUE value IS 118 (46.48% from 255) = 33.52%
R=37.78%
G=28.69%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310111800.240.110.48328.1213.6845.88
Hex856576018B30148e2e
Octal20514516603013605101656
Binary100001011100101111011001100010111100001010010001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856576; }

 p { color: rgb(133,101,118); }

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

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

 a { background-color: rgb(133,101,118); }

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

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

 span { border-color: rgb(133,101,118); }

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