#846479

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

Shades of Strikemaster #846479

Tints of Strikemaster #846479

Color information

#846479 (or 0x846479) is unknown color: approx Strikemaster. HEX triplet: 84, 64 and 79. RGB value is (132,100,121). Sum of RGB (Red+Green+Blue) = 132+100+121=353 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.39% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 132 - color contains mainly: red. Hex color #846479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846479 is #7B9B86. Grayscale: #6F6F6F. Windows color (decimal): -8100743 or 7955588. OLE color: 7955588.

HSL color Cylindrical-coordinate representation of color #846479: hue angle of 320.62º 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 #846479 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB132100121-
CMYK00.240.080.48
HSL320.62º13.79%45.49%-
HSV(B)320.62º24.24%51.76%-
XYZ17.5215.420.14-
YUV111.96133.1142.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.39%
GREEN value IS 100 (39.45% from 255) = 28.33%
BLUE value IS 121 (47.66% from 255) = 34.28%
R=37.39%
G=28.33%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210012100.240.080.48320.6213.7945.49
Hex846479018830141e2d
Octal20414417103010605011655
Binary100001001100100111100101100010001100001010000011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846479; }

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

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

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

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

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

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

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

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