#835C74

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

Shades of Strikemaster #835C74

Tints of Strikemaster #835C74

Color information

#835C74 (or 0x835C74) is unknown color: approx Strikemaster. HEX triplet: 83, 5C and 74. RGB value is (131,92,116). Sum of RGB (Red+Green+Blue) = 131+92+116=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 131 - color contains mainly: red. Hex color #835C74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835C74 is #7CA38B. Grayscale: #6A6A6A. Windows color (decimal): -8168332 or 7625859. OLE color: 7625859.

HSL color Cylindrical-coordinate representation of color #835C74: hue angle of 323.08º 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 #835C74 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB13192116-
CMYK00.300.110.49
HSL323.08º17.49%43.73%-
HSV(B)323.08º29.77%51.37%-
XYZ16.3413.7418.31-
YUV106.4133.42145.55-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.64%
GREEN value IS 92 (36.33% from 255) = 27.14%
BLUE value IS 116 (45.70% from 255) = 34.22%
R=38.64%
G=27.14%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319211600.300.110.49323.0817.4943.73
Hex835C7401EB31143112c
Octal20313416403613615032154
Binary1000001110111001110100011110101111000110100001110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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