Html Css Color HEX #835B75 Strikemaster

📋 copy color: '#835B75'

red 131 ◦ green 91 ◦ blue 117

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

Shades of Strikemaster #835B75

Tints of Strikemaster #835B75

RGB

 RED value IS 131 (51.56% from 255) = 38.64%

 GREEN value IS 91 (35.94% from 255) = 26.84%

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

R = 38.64%
G = 26.84%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#835B75 (or 0x835B75) is known color: Strikemaster. HEX triplet: 83, 5B and 75. RGB value is (131,91,117). Sum of RGB (Red+Green+Blue) = 131+91+117=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 91 (35.94% from 255 or 26.84% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 131 - color contains mainly: red. Hex color #835B75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835B75 is #7CA48A. Grayscale: #696969. Windows color (decimal): -8168587 or 7691139. OLE color: 7691139.

HSL color Cylindrical-coordinate representation of color #835B75: hue angle of 321º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #835B75 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 91 117 -
CMYK 0 0.31 0.11 0.49
HSL 321º 0.18% 0.44% -
HSV(B) 321º 0.31% 0.51% -
XYZ 16.31 13.59 18.59 -
YUV 105.92 134.25 145.89 -
System Red Green Blue C M Y K H S L
Decimal 131 91 117 0 0.31 0.11 0.49 321 0.18 0.44
Hex 83 5B 75 0 1F B 31 141 12 2C
Octal 203 133 165 0 37 13 61 501 22 54
Binary 10000011 1011011 1110101 0 11111 1011 110001 101000001 10010 101100

Color Harmonies of #835B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835B75

Black with #835B75

Text Example


Text Example

White with #835B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835B75; }

 p { color: rgb(131,91,117); }

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

background-color css

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

 a { background-color: rgb(131,91,117); }

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

border-color css

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

 span { border-color: rgb(131,91,117); }

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