Html Css Color HEX #957483 Strikemaster

📋 copy color: '#957483'

red 149 ◦ green 116 ◦ blue 131

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

Shades of Strikemaster #957483

Tints of Strikemaster #957483

RGB

 RED value IS 149 (58.59% from 255) = 37.63%

 GREEN value IS 116 (45.7% from 255) = 29.29%

 BLUE value IS 131 (51.56% from 255) = 33.08%

R = 37.63%
G = 29.29%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#957483 (or 0x957483) is known color: Strikemaster. HEX triplet: 95, 74 and 83. RGB value is (149,116,131). Sum of RGB (Red+Green+Blue) = 149+116+131=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 116 (45.70% from 255 or 29.29% from 396); Blue value is 131 (51.56% from 255 or 33.08% from 396); Max value from RGB is 149 - color contains mainly: red. Hex color #957483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957483 is #6A8B7C. Grayscale: #7F7F7F. Windows color (decimal): -6982525 or 8615061. OLE color: 8615061.

HSL color Cylindrical-coordinate representation of color #957483: hue angle of 332.73º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #957483 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 116 131 -
CMYK 0 0.22 0.12 0.42
HSL 332.73º 0.13% 0.52% -
HSV(B) 332.73º 0.22% 0.58% -
XYZ 22.74 20.52 24.23 -
YUV 127.58 129.93 143.28 -
System Red Green Blue C M Y K H S L
Decimal 149 116 131 0 0.22 0.12 0.42 332.73 0.13 0.52
Hex 95 74 83 0 16 C 2A 14D D 34
Octal 225 164 203 0 26 14 52 515 15 64
Binary 10010101 1110100 10000011 0 10110 1100 101010 101001101 1101 110100

Color Harmonies of #957483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957483

Black with #957483

Text Example


Text Example

White with #957483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957483; }

 p { color: rgb(149,116,131); }

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

background-color css

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

 a { background-color: rgb(149,116,131); }

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

border-color css

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

 span { border-color: rgb(149,116,131); }

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