#836275

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

Shades of Strikemaster #836275

Tints of Strikemaster #836275

Color information

#836275 (or 0x836275) is unknown color: approx Strikemaster. HEX triplet: 83, 62 and 75. RGB value is (131,98,117). Sum of RGB (Red+Green+Blue) = 131+98+117=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 131 - color contains mainly: red. Hex color #836275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836275 is #7C9D8A. Grayscale: #6D6D6D. Windows color (decimal): -8166795 or 7692931. OLE color: 7692931.

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

Color convert

RGB13198117-
CMYK00.250.110.49
HSL325.45º14.41%44.9%-
HSV(B)325.45º25.19%51.37%-
XYZ16.9414.8518.8-
YUV110.03131.93142.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.86%
GREEN value IS 98 (38.67% from 255) = 28.32%
BLUE value IS 117 (46.09% from 255) = 33.82%
R=37.86%
G=28.32%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319811700.250.110.49325.4514.4144.9
Hex836275019B31145e2d
Octal20314216503113615051655
Binary100000111100010111010101100110111100011010001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836275; }

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

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

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

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

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

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

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

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