#815C73

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

Shades of Strikemaster #815C73

Tints of Strikemaster #815C73

Color information

#815C73 (or 0x815C73) is unknown color: approx Strikemaster. HEX triplet: 81, 5C and 73. RGB value is (129,92,115). Sum of RGB (Red+Green+Blue) = 129+92+115=336 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.39% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 115 (45.31% from 255 or 34.23% from 336); Max value from RGB is 129 - color contains mainly: red. Hex color #815C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815C73 is #7EA38C. Grayscale: #696969. Windows color (decimal): -8299405 or 7560321. OLE color: 7560321.

HSL color Cylindrical-coordinate representation of color #815C73: hue angle of 322.7º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #815C73 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB12992115-
CMYK00.290.110.49
HSL322.7º16.74%43.33%-
HSV(B)322.7º28.68%50.59%-
XYZ15.9713.5617.99-
YUV105.68133.26144.63-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.39%
GREEN value IS 92 (36.33% from 255) = 27.38%
BLUE value IS 115 (45.31% from 255) = 34.23%
R=38.39%
G=27.38%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1299211500.290.110.49322.716.7443.33
Hex815C7301DB31143112b
Octal20113416303513615032153
Binary1000000110111001110011011101101111000110100001110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815C73; }

 p { color: rgb(129,92,115); }

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

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

 a { background-color: rgb(129,92,115); }

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

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

 span { border-color: rgb(129,92,115); }

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