Html Css Color HEX #856474 Strikemaster

📋 copy color: '#856474'

red 133 ◦ green 100 ◦ blue 116

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

Shades of Strikemaster #856474

Tints of Strikemaster #856474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.24%

R = 38.11%
G = 28.65%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#856474 (or 0x856474) is known color: Strikemaster. HEX triplet: 85, 64 and 74. RGB value is (133,100,116). Sum of RGB (Red+Green+Blue) = 133+100+116=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 133 - color contains mainly: red. Hex color #856474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856474 is #7A9B8B. Grayscale: #6F6F6F. Windows color (decimal): -8035212 or 7627909. OLE color: 7627909.

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

Color convert

RGB 133 100 116 -
CMYK 0 0.25 0.13 0.48
HSL 330.91º 0.14% 0.46% -
HSV(B) 330.91º 0.25% 0.52% -
XYZ 17.38 15.36 18.57 -
YUV 111.69 130.43 143.2 -
System Red Green Blue C M Y K H S L
Decimal 133 100 116 0 0.25 0.13 0.48 330.91 0.14 0.46
Hex 85 64 74 0 19 D 30 14B E 2E
Octal 205 144 164 0 31 15 60 513 16 56
Binary 10000101 1100100 1110100 0 11001 1101 110000 101001011 1110 101110

Color Harmonies of #856474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856474

Black with #856474

Text Example


Text Example

White with #856474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856474; }

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

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

background-color css

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

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

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

border-color css

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

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

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