#9C7283

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

Shades of Strikemaster #9C7283

Tints of Strikemaster #9C7283

Color information

#9C7283 (or 0x9C7283) is unknown color: approx Strikemaster. HEX triplet: 9C, 72 and 83. RGB value is (156,114,131). Sum of RGB (Red+Green+Blue) = 156+114+131=401 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.90% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 131 (51.56% from 255 or 32.67% from 401); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7283 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7283 is #638D7C. Grayscale: #808080. Windows color (decimal): -6524285 or 8614556. OLE color: 8614556.

HSL color Cylindrical-coordinate representation of color #9C7283: hue angle of 335.71º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9C7283 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.39.

Color convert

RGB156114131-
CMYK00.270.160.39
HSL335.71º17.5%52.94%-
HSV(B)335.71º26.92%61.18%-
XYZ23.8220.7424.22-
YUV128.5129.41147.62-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.90%
GREEN value IS 114 (44.92% from 255) = 28.43%
BLUE value IS 131 (51.56% from 255) = 32.67%
R=38.90%
G=28.43%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611413100.270.160.39335.7117.552.94
Hex9C728301B10271501235
Octal23416220303320475202265
Binary100111001110010100000110110111000010011110101000010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C7283; }

 p { color: rgb(156,114,131); }

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

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

 a { background-color: rgb(156,114,131); }

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

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

 span { border-color: rgb(156,114,131); }

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