#835B74

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

Shades of Strikemaster #835B74

Tints of Strikemaster #835B74

Color information

#835B74 (or 0x835B74) is unknown color: approx Strikemaster. HEX triplet: 83, 5B and 74. RGB value is (131,91,116). Sum of RGB (Red+Green+Blue) = 131+91+116=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 91 (35.94% from 255 or 26.92% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 131 - color contains mainly: red. Hex color #835B74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835B74 is #7CA48B. Grayscale: #696969. Windows color (decimal): -8168588 or 7625603. OLE color: 7625603.

HSL color Cylindrical-coordinate representation of color #835B74: hue angle of 322.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #835B74 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB13191116-
CMYK00.310.110.49
HSL322.5º18.02%43.53%-
HSV(B)322.5º30.53%51.37%-
XYZ16.2513.5718.29-
YUV105.81133.75145.97-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.76%
GREEN value IS 91 (35.94% from 255) = 26.92%
BLUE value IS 116 (45.70% from 255) = 34.32%
R=38.76%
G=26.92%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319111600.310.110.49322.518.0243.53
Hex835B7401FB31142122c
Octal20313316403713615022254
Binary1000001110110111110100011111101111000110100001010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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