#845D73

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

Shades of Strikemaster #845D73

Tints of Strikemaster #845D73

Color information

#845D73 (or 0x845D73) is unknown color: approx Strikemaster. HEX triplet: 84, 5D and 73. RGB value is (132,93,115). Sum of RGB (Red+Green+Blue) = 132+93+115=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 132 - color contains mainly: red. Hex color #845D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845D73 is #7BA28C. Grayscale: #6B6B6B. Windows color (decimal): -8102541 or 7560580. OLE color: 7560580.

HSL color Cylindrical-coordinate representation of color #845D73: hue angle of 326.15º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #845D73 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB13293115-
CMYK00.300.130.48
HSL326.15º17.33%44.12%-
HSV(B)326.15º29.55%51.76%-
XYZ16.5213.9718.05-
YUV107.17132.42145.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.82%
GREEN value IS 93 (36.72% from 255) = 27.35%
BLUE value IS 115 (45.31% from 255) = 33.82%
R=38.82%
G=27.35%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329311500.300.130.48326.1517.3344.12
Hex845D7301ED30146112c
Octal20413516303615605062154
Binary1000010010111011110011011110110111000010100011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845D73; }

 p { color: rgb(132,93,115); }

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

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

 a { background-color: rgb(132,93,115); }

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

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

 span { border-color: rgb(132,93,115); }

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