#835A74

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

Shades of Strikemaster #835A74

Tints of Strikemaster #835A74

Color information

#835A74 (or 0x835A74) is unknown color: approx Strikemaster. HEX triplet: 83, 5A and 74. RGB value is (131,90,116). Sum of RGB (Red+Green+Blue) = 131+90+116=337 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.87% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 131 - color contains mainly: red. Hex color #835A74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835A74 is #7CA58B. Grayscale: #696969. Windows color (decimal): -8168844 or 7625347. OLE color: 7625347.

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

Color convert

RGB13190116-
CMYK00.310.110.49
HSL321.95º18.55%43.33%-
HSV(B)321.95º31.3%51.37%-
XYZ16.1713.418.26-
YUV105.22134.08146.39-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.87%
GREEN value IS 90 (35.55% from 255) = 26.71%
BLUE value IS 116 (45.70% from 255) = 34.42%
R=38.87%
G=26.71%
B=34.42%

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
Decimal1319011600.310.110.49321.9518.5543.33
Hex835A7401FB31142132b
Octal20313216403713615022353
Binary1000001110110101110100011111101111000110100001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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