#845675

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

Shades of Strikemaster #845675

Tints of Strikemaster #845675

Color information

#845675 (or 0x845675) is unknown color: approx Strikemaster. HEX triplet: 84, 56 and 75. RGB value is (132,86,117). Sum of RGB (Red+Green+Blue) = 132+86+117=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 132 - color contains mainly: red. Hex color #845675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845675 is #7BA98A. Grayscale: #676767. Windows color (decimal): -8104331 or 7689860. OLE color: 7689860.

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

Color convert

RGB13286117-
CMYK00.350.110.48
HSL319.57º21.1%42.75%-
HSV(B)319.57º34.85%51.76%-
XYZ16.0512.8518.46-
YUV103.29135.74148.48-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.40%
GREEN value IS 86 (33.98% from 255) = 25.67%
BLUE value IS 117 (46.09% from 255) = 34.93%
R=39.40%
G=25.67%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328611700.350.110.48319.5721.142.75
Hex845675023B30140152b
Octal20412616504313605002553
Binary10000100101011011101010100011101111000010100000010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845675; }

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

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

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

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

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

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

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

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