#826373

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

Shades of Strikemaster #826373

Tints of Strikemaster #826373

Color information

#826373 (or 0x826373) is unknown color: approx Strikemaster. HEX triplet: 82, 63 and 73. RGB value is (130,99,115). Sum of RGB (Red+Green+Blue) = 130+99+115=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 130 - color contains mainly: red. Hex color #826373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826373 is #7D9C8C. Grayscale: #6E6E6E. Windows color (decimal): -8232077 or 7562114. OLE color: 7562114.

HSL color Cylindrical-coordinate representation of color #826373: hue angle of 329.03º 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 #826373 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB13099115-
CMYK00.240.120.49
HSL329.03º13.54%44.9%-
HSV(B)329.03º23.85%50.98%-
XYZ16.7614.9118.21-
YUV110.09130.77142.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.79%
GREEN value IS 99 (39.06% from 255) = 28.78%
BLUE value IS 115 (45.31% from 255) = 33.43%
R=37.79%
G=28.78%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309911500.240.120.49329.0313.5444.9
Hex826373018C31149e2d
Octal20214316303014615111655
Binary100000101100011111001101100011001100011010010011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826373; }

 p { color: rgb(130,99,115); }

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

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

 a { background-color: rgb(130,99,115); }

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

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

 span { border-color: rgb(130,99,115); }

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