#997483

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

Shades of Strikemaster #997483

Tints of Strikemaster #997483

Color information

#997483 (or 0x997483) is unknown color: approx Strikemaster. HEX triplet: 99, 74 and 83. RGB value is (153,116,131). Sum of RGB (Red+Green+Blue) = 153+116+131=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 153 - color contains mainly: red. Hex color #997483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997483 is #668B7C. Grayscale: #808080. Windows color (decimal): -6720381 or 8615065. OLE color: 8615065.

HSL color Cylindrical-coordinate representation of color #997483: hue angle of 335.68º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #997483 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB153116131-
CMYK00.240.140.4
HSL335.68º15.35%52.75%-
HSV(B)335.68º24.18%60%-
XYZ23.4820.924.27-
YUV128.77129.26145.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.25%
GREEN value IS 116 (45.70% from 255) = 29%
BLUE value IS 131 (51.56% from 255) = 32.75%
R=38.25%
G=29%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311613100.240.140.4335.6815.3552.75
Hex997483018E28150f35
Octal23116420303016505201765
Binary1001100111101001000001101100011101010001010100001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997483; }

 p { color: rgb(153,116,131); }

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

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

 a { background-color: rgb(153,116,131); }

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

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

 span { border-color: rgb(153,116,131); }

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