#846375

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

Shades of Strikemaster #846375

Tints of Strikemaster #846375

Color information

#846375 (or 0x846375) is unknown color: approx Strikemaster. HEX triplet: 84, 63 and 75. RGB value is (132,99,117). Sum of RGB (Red+Green+Blue) = 132+99+117=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 132 - color contains mainly: red. Hex color #846375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846375 is #7B9C8A. Grayscale: #6E6E6E. Windows color (decimal): -8101003 or 7693188. OLE color: 7693188.

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

Color convert

RGB13299117-
CMYK00.250.110.48
HSL327.27º14.29%45.29%-
HSV(B)327.27º25%51.76%-
XYZ17.1915.1118.84-
YUV110.92131.43143.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.93%
GREEN value IS 99 (39.06% from 255) = 28.45%
BLUE value IS 117 (46.09% from 255) = 33.62%
R=37.93%
G=28.45%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329911700.250.110.48327.2714.2945.29
Hex846375019B30147e2d
Octal20414316503113605071655
Binary100001001100011111010101100110111100001010001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846375; }

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

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

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

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

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

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

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

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