Html Css Color HEX #856479 Strikemaster

📋 copy color: '#856479'

red 133 ◦ green 100 ◦ blue 121

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

Shades of Strikemaster #856479

Tints of Strikemaster #856479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 34.18%

R = 37.57%
G = 28.25%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#856479 (or 0x856479) is known color: Strikemaster. HEX triplet: 85, 64 and 79. RGB value is (133,100,121). Sum of RGB (Red+Green+Blue) = 133+100+121=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 133 - color contains mainly: red. Hex color #856479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856479 is #7A9B86. Grayscale: #707070. Windows color (decimal): -8035207 or 7955589. OLE color: 7955589.

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

Color convert

RGB 133 100 121 -
CMYK 0 0.25 0.09 0.48
HSL 321.82º 0.14% 0.46% -
HSV(B) 321.82º 0.25% 0.52% -
XYZ 17.68 15.48 20.15 -
YUV 112.26 132.93 142.79 -
System Red Green Blue C M Y K H S L
Decimal 133 100 121 0 0.25 0.09 0.48 321.82 0.14 0.46
Hex 85 64 79 0 19 9 30 142 E 2E
Octal 205 144 171 0 31 11 60 502 16 56
Binary 10000101 1100100 1111001 0 11001 1001 110000 101000010 1110 101110

Color Harmonies of #856479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856479

Black with #856479

Text Example


Text Example

White with #856479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856479; }

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

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

background-color css

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

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

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

border-color css

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

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

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