Html Css Color HEX #895575 Strikemaster

📋 copy color: '#895575'

red 137 ◦ green 85 ◦ blue 117

#895575
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Strikemaster #895575

Tints of Strikemaster #895575

RGB

 RED value IS 137 (53.91% from 255) = 40.41%

 GREEN value IS 85 (33.59% from 255) = 25.07%

 BLUE value IS 117 (46.09% from 255) = 34.51%

R = 40.41%
G = 25.07%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#895575 (or 0x895575) is known color: Strikemaster. HEX triplet: 89, 55 and 75. RGB value is (137,85,117). Sum of RGB (Red+Green+Blue) = 137+85+117=339 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.41% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 137 - color contains mainly: red. Hex color #895575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895575 is #76AA8A. Grayscale: #686868. Windows color (decimal): -7776907 or 7689609. OLE color: 7689609.

HSL color Cylindrical-coordinate representation of color #895575: hue angle of 323.08º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #895575 is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 85 117 -
CMYK 0 0.38 0.15 0.46
HSL 323.08º 0.23% 0.44% -
HSV(B) 323.08º 0.38% 0.54% -
XYZ 16.78 13.1 18.47 -
YUV 104.2 135.23 151.4 -
System Red Green Blue C M Y K H S L
Decimal 137 85 117 0 0.38 0.15 0.46 323.08 0.23 0.44
Hex 89 55 75 0 26 F 2E 143 17 2C
Octal 211 125 165 0 46 17 56 503 27 54
Binary 10001001 1010101 1110101 0 100110 1111 101110 101000011 10111 101100

Color Harmonies of #895575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895575

Black with #895575

Text Example


Text Example

White with #895575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895575; }

 p { color: rgb(137,85,117); }

 H1.HeaderClassName
 {
   color: #895575;
 }
 .AnyTagClassName
 {
   color: #895575;
 }
</style>

background-color css

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

 a { background-color: rgb(137,85,117); }

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

border-color css

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

 span { border-color: rgb(137,85,117); }

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