#825E73

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

Shades of Strikemaster #825E73

Tints of Strikemaster #825E73

Color information

#825E73 (or 0x825E73) is unknown color: approx Strikemaster. HEX triplet: 82, 5E and 73. RGB value is (130,94,115). Sum of RGB (Red+Green+Blue) = 130+94+115=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 130 - color contains mainly: red. Hex color #825E73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825E73 is #7DA18C. Grayscale: #6B6B6B. Windows color (decimal): -8233357 or 7560834. OLE color: 7560834.

HSL color Cylindrical-coordinate representation of color #825E73: hue angle of 325º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #825E73 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB13094115-
CMYK00.280.120.49
HSL325º16.07%43.92%-
HSV(B)325º27.69%50.98%-
XYZ16.313.9918.06-
YUV107.16132.43144.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.35%
GREEN value IS 94 (37.11% from 255) = 27.73%
BLUE value IS 115 (45.31% from 255) = 33.92%
R=38.35%
G=27.73%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309411500.280.120.4932516.0743.92
Hex825E7301CC31145102c
Octal20213616303414615052054
Binary1000001010111101110011011100110011000110100010110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825E73; }

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

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

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

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

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

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

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

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