#846475

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

Shades of Strikemaster #846475

Tints of Strikemaster #846475

Color information

#846475 (or 0x846475) is unknown color: approx Strikemaster. HEX triplet: 84, 64 and 75. RGB value is (132,100,117). Sum of RGB (Red+Green+Blue) = 132+100+117=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 132 - color contains mainly: red. Hex color #846475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846475 is #7B9B8A. Grayscale: #6F6F6F. Windows color (decimal): -8100747 or 7693444. OLE color: 7693444.

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

Color convert

RGB132100117-
CMYK00.240.110.48
HSL328.12º13.79%45.49%-
HSV(B)328.12º24.24%51.76%-
XYZ17.2815.318.87-
YUV111.51131.1142.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.82%
GREEN value IS 100 (39.45% from 255) = 28.65%
BLUE value IS 117 (46.09% from 255) = 33.52%
R=37.82%
G=28.65%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210011700.240.110.48328.1213.7945.49
Hex846475018B30148e2d
Octal20414416503013605101655
Binary100001001100100111010101100010111100001010010001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846475; }

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

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

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

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

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

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

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

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