Html Css Color HEX #856475 Strikemaster

📋 copy color: '#856475'

red 133 ◦ green 100 ◦ blue 117

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

Shades of Strikemaster #856475

Tints of Strikemaster #856475

RGB

 RED value IS 133 (52.34% from 255) = 38%

 GREEN value IS 100 (39.45% from 255) = 28.57%

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

R = 38%
G = 28.57%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#856475 (or 0x856475) is known color: Strikemaster. HEX triplet: 85, 64 and 75. RGB value is (133,100,117). Sum of RGB (Red+Green+Blue) = 133+100+117=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 133 - color contains mainly: red. Hex color #856475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856475 is #7A9B8A. Grayscale: #6F6F6F. Windows color (decimal): -8035211 or 7693445. OLE color: 7693445.

HSL color Cylindrical-coordinate representation of color #856475: hue angle of 329.09º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #856475 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 100 117 -
CMYK 0 0.25 0.12 0.48
HSL 329.09º 0.14% 0.46% -
HSV(B) 329.09º 0.25% 0.52% -
XYZ 17.44 15.39 18.88 -
YUV 111.81 130.93 143.12 -
System Red Green Blue C M Y K H S L
Decimal 133 100 117 0 0.25 0.12 0.48 329.09 0.14 0.46
Hex 85 64 75 0 19 C 30 149 E 2E
Octal 205 144 165 0 31 14 60 511 16 56
Binary 10000101 1100100 1110101 0 11001 1100 110000 101001001 1110 101110

Color Harmonies of #856475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856475

Black with #856475

Text Example


Text Example

White with #856475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856475; }

 p { color: rgb(133,100,117); }

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

background-color css

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

 a { background-color: rgb(133,100,117); }

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

border-color css

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

 span { border-color: rgb(133,100,117); }

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