#845D75

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

Shades of Strikemaster #845D75

Tints of Strikemaster #845D75

Color information

#845D75 (or 0x845D75) is unknown color: approx Strikemaster. HEX triplet: 84, 5D and 75. RGB value is (132,93,117). Sum of RGB (Red+Green+Blue) = 132+93+117=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 132 - color contains mainly: red. Hex color #845D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845D75 is #7BA28A. Grayscale: #6B6B6B. Windows color (decimal): -8102539 or 7691652. OLE color: 7691652.

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

Color convert

RGB13293117-
CMYK00.300.110.48
HSL323.08º17.33%44.12%-
HSV(B)323.08º29.55%51.76%-
XYZ16.6414.0218.66-
YUV107.4133.42145.55-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.60%
GREEN value IS 93 (36.72% from 255) = 27.19%
BLUE value IS 117 (46.09% from 255) = 34.21%
R=38.60%
G=27.19%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329311700.300.110.48323.0817.3344.12
Hex845D7501EB30143112c
Octal20413516503613605032154
Binary1000010010111011110101011110101111000010100001110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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