#845D74

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

Shades of Strikemaster #845D74

Tints of Strikemaster #845D74

Color information

#845D74 (or 0x845D74) is unknown color: approx Strikemaster. HEX triplet: 84, 5D and 74. RGB value is (132,93,116). Sum of RGB (Red+Green+Blue) = 132+93+116=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 132 - color contains mainly: red. Hex color #845D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845D74 is #7BA28B. Grayscale: #6B6B6B. Windows color (decimal): -8102540 or 7626116. OLE color: 7626116.

HSL color Cylindrical-coordinate representation of color #845D74: hue angle of 324.62º 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 #845D74 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB13293116-
CMYK00.300.120.48
HSL324.62º17.33%44.12%-
HSV(B)324.62º29.55%51.76%-
XYZ16.581418.35-
YUV107.28132.92145.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.71%
GREEN value IS 93 (36.72% from 255) = 27.27%
BLUE value IS 116 (45.70% from 255) = 34.02%
R=38.71%
G=27.27%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329311600.300.120.48324.6217.3344.12
Hex845D7401EC30145112c
Octal20413516403614605052154
Binary1000010010111011110100011110110011000010100010110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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