Html Css Color HEX #856575 Strikemaster

📋 copy color: '#856575'

red 133 ◦ green 101 ◦ blue 117

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

Shades of Strikemaster #856575

Tints of Strikemaster #856575

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.77%

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

R = 37.89%
G = 28.77%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#856575 (or 0x856575) is known color: Strikemaster. HEX triplet: 85, 65 and 75. RGB value is (133,101,117). Sum of RGB (Red+Green+Blue) = 133+101+117=351 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.89% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 133 - color contains mainly: red. Hex color #856575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856575 is #7A9A8A. Grayscale: #707070. Windows color (decimal): -8034955 or 7693701. OLE color: 7693701.

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

Color convert

RGB 133 101 117 -
CMYK 0 0.24 0.12 0.48
HSL 330º 0.14% 0.46% -
HSV(B) 330º 0.24% 0.52% -
XYZ 17.54 15.58 18.91 -
YUV 112.39 130.6 142.7 -
System Red Green Blue C M Y K H S L
Decimal 133 101 117 0 0.24 0.12 0.48 330 0.14 0.46
Hex 85 65 75 0 18 C 30 14A E 2E
Octal 205 145 165 0 30 14 60 512 16 56
Binary 10000101 1100101 1110101 0 11000 1100 110000 101001010 1110 101110

Color Harmonies of #856575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856575

Black with #856575

Text Example


Text Example

White with #856575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856575; }

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

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

background-color css

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

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

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

border-color css

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

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

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