#855E73

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

Shades of Strikemaster #855E73

Tints of Strikemaster #855E73

Color information

#855E73 (or 0x855E73) is unknown color: approx Strikemaster. HEX triplet: 85, 5E and 73. RGB value is (133,94,115). Sum of RGB (Red+Green+Blue) = 133+94+115=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 133 - color contains mainly: red. Hex color #855E73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855E73 is #7AA18C. Grayscale: #6C6C6C. Windows color (decimal): -8036749 or 7560837. OLE color: 7560837.

HSL color Cylindrical-coordinate representation of color #855E73: hue angle of 327.69º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #855E73 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB13394115-
CMYK00.290.140.48
HSL327.69º17.18%44.51%-
HSV(B)327.69º29.32%52.16%-
XYZ16.7714.2318.08-
YUV108.06131.92145.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.89%
GREEN value IS 94 (37.11% from 255) = 27.49%
BLUE value IS 115 (45.31% from 255) = 33.63%
R=38.89%
G=27.49%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339411500.290.140.48327.6917.1844.51
Hex855E7301DE30148112d
Octal20513616303516605102155
Binary1000010110111101110011011101111011000010100100010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855E73; }

 p { color: rgb(133,94,115); }

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

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

 a { background-color: rgb(133,94,115); }

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

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

 span { border-color: rgb(133,94,115); }

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