#835B75

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

Shades of Strikemaster #835B75

Tints of Strikemaster #835B75

Color information

#835B75 (or 0x835B75) is unknown color: approx Strikemaster. HEX triplet: 83, 5B and 75. RGB value is (131,91,117). Sum of RGB (Red+Green+Blue) = 131+91+117=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 91 (35.94% from 255 or 26.84% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 131 - color contains mainly: red. Hex color #835B75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835B75 is #7CA48A. Grayscale: #696969. Windows color (decimal): -8168587 or 7691139. OLE color: 7691139.

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

Color convert

RGB13191117-
CMYK00.310.110.49
HSL321º18.02%43.53%-
HSV(B)321º30.53%51.37%-
XYZ16.3113.5918.59-
YUV105.92134.25145.89-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.64%
GREEN value IS 91 (35.94% from 255) = 26.84%
BLUE value IS 117 (46.09% from 255) = 34.51%
R=38.64%
G=26.84%
B=34.51%

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
Decimal1319111700.310.110.4932118.0243.53
Hex835B7501FB31141122c
Octal20313316503713615012254
Binary1000001110110111110101011111101111000110100000110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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