#856476

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

Shades of Strikemaster #856476

Tints of Strikemaster #856476

Color information

#856476 (or 0x856476) is unknown color: approx Strikemaster. HEX triplet: 85, 64 and 76. RGB value is (133,100,118). Sum of RGB (Red+Green+Blue) = 133+100+118=351 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.89% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 133 - color contains mainly: red. Hex color #856476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856476 is #7A9B89. Grayscale: #6F6F6F. Windows color (decimal): -8035210 or 7758981. OLE color: 7758981.

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

Color convert

RGB133100118-
CMYK00.250.110.48
HSL327.27º14.16%45.69%-
HSV(B)327.27º24.81%52.16%-
XYZ17.515.4119.19-
YUV111.92131.43143.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.89%
GREEN value IS 100 (39.45% from 255) = 28.49%
BLUE value IS 118 (46.48% from 255) = 33.62%
R=37.89%
G=28.49%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310011800.250.110.48327.2714.1645.69
Hex856476019B30147e2e
Octal20514416603113605071656
Binary100001011100100111011001100110111100001010001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856476; }

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

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

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

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

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

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

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

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