Html Css Color HEX #836475 Strikemaster

📋 copy color: '#836475'

red 131 ◦ green 100 ◦ blue 117

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

Shades of Strikemaster #836475

Tints of Strikemaster #836475

RGB

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

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

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

R = 37.64%
G = 28.74%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#836475 (or 0x836475) is known color: Strikemaster. HEX triplet: 83, 64 and 75. RGB value is (131,100,117). Sum of RGB (Red+Green+Blue) = 131+100+117=348 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.64% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 131 - color contains mainly: red. Hex color #836475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836475 is #7C9B8A. Grayscale: #6F6F6F. Windows color (decimal): -8166283 or 7693443. OLE color: 7693443.

HSL color Cylindrical-coordinate representation of color #836475: hue angle of 327.1º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #836475 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 100 117 -
CMYK 0 0.24 0.11 0.49
HSL 327.1º 0.13% 0.45% -
HSV(B) 327.1º 0.24% 0.51% -
XYZ 17.13 15.22 18.87 -
YUV 111.21 131.27 142.12 -
System Red Green Blue C M Y K H S L
Decimal 131 100 117 0 0.24 0.11 0.49 327.1 0.13 0.45
Hex 83 64 75 0 18 B 31 147 D 2D
Octal 203 144 165 0 30 13 61 507 15 55
Binary 10000011 1100100 1110101 0 11000 1011 110001 101000111 1101 101101

Color Harmonies of #836475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836475

Black with #836475

Text Example


Text Example

White with #836475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836475; }

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

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

background-color css

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

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

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

border-color css

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

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

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