#836276

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

Shades of Strikemaster #836276

Tints of Strikemaster #836276

Color information

#836276 (or 0x836276) is unknown color: approx Strikemaster. HEX triplet: 83, 62 and 76. RGB value is (131,98,118). Sum of RGB (Red+Green+Blue) = 131+98+118=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 131 - color contains mainly: red. Hex color #836276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836276 is #7C9D89. Grayscale: #6E6E6E. Windows color (decimal): -8166794 or 7758467. OLE color: 7758467.

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

Color convert

RGB13198118-
CMYK00.250.100.49
HSL323.64º14.41%44.9%-
HSV(B)323.64º25.19%51.37%-
XYZ1714.8719.11-
YUV110.15132.43142.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.75%
GREEN value IS 98 (38.67% from 255) = 28.24%
BLUE value IS 118 (46.48% from 255) = 34.01%
R=37.75%
G=28.24%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319811800.250.100.49323.6414.4144.9
Hex836276019A31144e2d
Octal20314216603112615041655
Binary100000111100010111011001100110101100011010001001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836276; }

 p { color: rgb(131,98,118); }

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

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

 a { background-color: rgb(131,98,118); }

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

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

 span { border-color: rgb(131,98,118); }

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