#835C73

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

Shades of Strikemaster #835C73

Tints of Strikemaster #835C73

Color information

#835C73 (or 0x835C73) is unknown color: approx Strikemaster. HEX triplet: 83, 5C and 73. RGB value is (131,92,115). Sum of RGB (Red+Green+Blue) = 131+92+115=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 131 - color contains mainly: red. Hex color #835C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835C73 is #7CA38C. Grayscale: #6A6A6A. Windows color (decimal): -8168333 or 7560323. OLE color: 7560323.

HSL color Cylindrical-coordinate representation of color #835C73: hue angle of 324.62º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #835C73 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB13192115-
CMYK00.300.120.49
HSL324.62º17.49%43.73%-
HSV(B)324.62º29.77%51.37%-
XYZ16.2813.7218.01-
YUV106.28132.92145.63-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.76%
GREEN value IS 92 (36.33% from 255) = 27.22%
BLUE value IS 115 (45.31% from 255) = 34.02%
R=38.76%
G=27.22%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319211500.300.120.49324.6217.4943.73
Hex835C7301EC31145112c
Octal20313416303614615052154
Binary1000001110111001110011011110110011000110100010110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835C73; }

 p { color: rgb(131,92,115); }

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

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

 a { background-color: rgb(131,92,115); }

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

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

 span { border-color: rgb(131,92,115); }

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