Html Css Color HEX #997382 Strikemaster

📋 copy color: '#997382'

red 153 ◦ green 115 ◦ blue 130

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

Shades of Strikemaster #997382

Tints of Strikemaster #997382

RGB

 RED value IS 153 (60.16% from 255) = 38.44%

 GREEN value IS 115 (45.31% from 255) = 28.89%

 BLUE value IS 130 (51.17% from 255) = 32.66%

R = 38.44%
G = 28.89%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#997382 (or 0x997382) is known color: Strikemaster. HEX triplet: 99, 73 and 82. RGB value is (153,115,130). Sum of RGB (Red+Green+Blue) = 153+115+130=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 153 - color contains mainly: red. Hex color #997382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997382 is #668C7D. Grayscale: #808080. Windows color (decimal): -6720638 or 8549273. OLE color: 8549273.

HSL color Cylindrical-coordinate representation of color #997382: hue angle of 336.32º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #997382 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 115 130 -
CMYK 0 0.25 0.15 0.4
HSL 336.32º 0.16% 0.53% -
HSV(B) 336.32º 0.25% 0.6% -
XYZ 23.3 20.65 23.88 -
YUV 128.07 129.09 145.78 -
System Red Green Blue C M Y K H S L
Decimal 153 115 130 0 0.25 0.15 0.4 336.32 0.16 0.53
Hex 99 73 82 0 19 F 28 150 10 35
Octal 231 163 202 0 31 17 50 520 20 65
Binary 10011001 1110011 10000010 0 11001 1111 101000 101010000 10000 110101

Color Harmonies of #997382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997382

Black with #997382

Text Example


Text Example

White with #997382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997382; }

 p { color: rgb(153,115,130); }

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

background-color css

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

 a { background-color: rgb(153,115,130); }

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

border-color css

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

 span { border-color: rgb(153,115,130); }

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