#856073

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

Shades of Strikemaster #856073

Tints of Strikemaster #856073

Color information

#856073 (or 0x856073) is unknown color: approx Strikemaster. HEX triplet: 85, 60 and 73. RGB value is (133,96,115). Sum of RGB (Red+Green+Blue) = 133+96+115=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 133 - color contains mainly: red. Hex color #856073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856073 is #7A9F8C. Grayscale: #6D6D6D. Windows color (decimal): -8036237 or 7561349. OLE color: 7561349.

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

Color convert

RGB13396115-
CMYK00.280.140.48
HSL329.19º16.16%44.9%-
HSV(B)329.19º27.82%52.16%-
XYZ16.9514.5918.14-
YUV109.23131.26144.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.66%
GREEN value IS 96 (37.89% from 255) = 27.91%
BLUE value IS 115 (45.31% from 255) = 33.43%
R=38.66%
G=27.91%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339611500.280.140.48329.1916.1644.9
Hex85607301CE30149102d
Octal20514016303416605112055
Binary1000010111000001110011011100111011000010100100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856073; }

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

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

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

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

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

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

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

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