#8B5E75

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

Shades of Strikemaster #8B5E75

Tints of Strikemaster #8B5E75

Color information

#8B5E75 (or 0x8B5E75) is unknown color: approx Strikemaster. HEX triplet: 8B, 5E and 75. RGB value is (139,94,117). Sum of RGB (Red+Green+Blue) = 139+94+117=350 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.71% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5E75 is #74A18A. Grayscale: #6E6E6E. Windows color (decimal): -7643531 or 7691915. OLE color: 7691915.

HSL color Cylindrical-coordinate representation of color #8B5E75: hue angle of 329.33º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B5E75 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB13994117-
CMYK00.320.160.45
HSL329.33º19.31%45.69%-
HSV(B)329.33º32.37%54.51%-
XYZ17.8614.7818.74-
YUV110.08131.91148.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.71%
GREEN value IS 94 (37.11% from 255) = 26.86%
BLUE value IS 117 (46.09% from 255) = 33.43%
R=39.71%
G=26.86%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399411700.320.160.45329.3319.3145.69
Hex8B5E75020102D149132e
Octal21313616504020555112356
Binary100010111011110111010101000001000010110110100100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B5E75; }

 p { color: rgb(139,94,117); }

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

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

 a { background-color: rgb(139,94,117); }

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

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

 span { border-color: rgb(139,94,117); }

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