Html Css Color HEX #895D75 Strikemaster

📋 copy color: '#895D75'

red 137 ◦ green 93 ◦ blue 117

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

Shades of Strikemaster #895D75

Tints of Strikemaster #895D75

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.8%

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

R = 39.48%
G = 26.8%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#895D75 (or 0x895D75) is known color: Strikemaster. HEX triplet: 89, 5D and 75. RGB value is (137,93,117). Sum of RGB (Red+Green+Blue) = 137+93+117=347 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.48% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 137 - color contains mainly: red. Hex color #895D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895D75 is #76A28A. Grayscale: #6C6C6C. Windows color (decimal): -7774859 or 7691657. OLE color: 7691657.

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

Color convert

RGB 137 93 117 -
CMYK 0 0.32 0.15 0.46
HSL 327.27º 0.19% 0.45% -
HSV(B) 327.27º 0.32% 0.54% -
XYZ 17.44 14.43 18.7 -
YUV 108.89 132.58 148.05 -
System Red Green Blue C M Y K H S L
Decimal 137 93 117 0 0.32 0.15 0.46 327.27 0.19 0.45
Hex 89 5D 75 0 20 F 2E 147 13 2D
Octal 211 135 165 0 40 17 56 507 23 55
Binary 10001001 1011101 1110101 0 100000 1111 101110 101000111 10011 101101

Color Harmonies of #895D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895D75

Black with #895D75

Text Example


Text Example

White with #895D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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