#836D79

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

Shades of Strikemaster #836D79

Tints of Strikemaster #836D79

Color information

#836D79 (or 0x836D79) is unknown color: approx Strikemaster. HEX triplet: 83, 6D and 79. RGB value is (131,109,121). Sum of RGB (Red+Green+Blue) = 131+109+121=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 131 - color contains mainly: red. Hex color #836D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836D79 is #7C9286. Grayscale: #747474. Windows color (decimal): -8163975 or 7957891. OLE color: 7957891.

HSL color Cylindrical-coordinate representation of color #836D79: hue angle of 327.27º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #836D79 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB131109121-
CMYK00.170.080.49
HSL327.27º9.17%47.06%-
HSV(B)327.27º16.79%51.37%-
XYZ18.2817.1420.43-
YUV116.95130.29138.02-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.29%
GREEN value IS 109 (42.97% from 255) = 30.19%
BLUE value IS 121 (47.66% from 255) = 33.52%
R=36.29%
G=30.19%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13110912100.170.080.49327.279.1747.06
Hex836D7901183114792f
Octal20315517102110615071157
Binary100000111101101111100101000110001100011010001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836D79; }

 p { color: rgb(131,109,121); }

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

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

 a { background-color: rgb(131,109,121); }

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

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

 span { border-color: rgb(131,109,121); }

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