#836375

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

Shades of Strikemaster #836375

Tints of Strikemaster #836375

Color information

#836375 (or 0x836375) is unknown color: approx Strikemaster. HEX triplet: 83, 63 and 75. RGB value is (131,99,117). Sum of RGB (Red+Green+Blue) = 131+99+117=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 131 - color contains mainly: red. Hex color #836375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836375 is #7C9C8A. Grayscale: #6E6E6E. Windows color (decimal): -8166539 or 7693187. OLE color: 7693187.

HSL color Cylindrical-coordinate representation of color #836375: hue angle of 326.25º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #836375 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB13199117-
CMYK00.240.110.49
HSL326.25º13.91%45.1%-
HSV(B)326.25º24.43%51.37%-
XYZ17.0315.0318.83-
YUV110.62131.6142.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.75%
GREEN value IS 99 (39.06% from 255) = 28.53%
BLUE value IS 117 (46.09% from 255) = 33.72%
R=37.75%
G=28.53%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319911700.240.110.49326.2513.9145.1
Hex836375018B31146e2d
Octal20314316503013615061655
Binary100000111100011111010101100010111100011010001101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836375; }

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

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

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

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

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

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

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

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