#856376

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

Shades of Strikemaster #856376

Tints of Strikemaster #856376

Color information

#856376 (or 0x856376) is unknown color: approx Strikemaster. HEX triplet: 85, 63 and 76. RGB value is (133,99,118). Sum of RGB (Red+Green+Blue) = 133+99+118=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 133 - color contains mainly: red. Hex color #856376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856376 is #7A9C89. Grayscale: #6F6F6F. Windows color (decimal): -8035466 or 7758725. OLE color: 7758725.

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

Color convert

RGB13399118-
CMYK00.260.110.48
HSL326.47º14.66%45.49%-
HSV(B)326.47º25.56%52.16%-
XYZ17.415.2219.16-
YUV111.33131.76143.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38%
GREEN value IS 99 (39.06% from 255) = 28.29%
BLUE value IS 118 (46.48% from 255) = 33.71%
R=38%
G=28.29%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339911800.260.110.48326.4714.6645.49
Hex85637601AB30146f2d
Octal20514316603213605061755
Binary100001011100011111011001101010111100001010001101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856376; }

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

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

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

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

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

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

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

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