Html Css Color HEX #925575 Strikemaster

📋 copy color: '#925575'

red 146 ◦ green 85 ◦ blue 117

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

Shades of Strikemaster #925575

Tints of Strikemaster #925575

RGB

 RED value IS 146 (57.42% from 255) = 41.95%

 GREEN value IS 85 (33.59% from 255) = 24.43%

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

R = 41.95%
G = 24.43%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#925575 (or 0x925575) is known color: Strikemaster. HEX triplet: 92, 55 and 75. RGB value is (146,85,117). Sum of RGB (Red+Green+Blue) = 146+85+117=348 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.95% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 146 - color contains mainly: red. Hex color #925575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925575 is #6DAA8A. Grayscale: #6A6A6A. Windows color (decimal): -7187083 or 7689618. OLE color: 7689618.

HSL color Cylindrical-coordinate representation of color #925575: hue angle of 328.52º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #925575 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 85 117 -
CMYK 0 0.42 0.20 0.43
HSL 328.52º 0.26% 0.45% -
HSV(B) 328.52º 0.42% 0.57% -
XYZ 18.31 13.89 18.55 -
YUV 106.89 133.71 155.9 -
System Red Green Blue C M Y K H S L
Decimal 146 85 117 0 0.42 0.20 0.43 328.52 0.26 0.45
Hex 92 55 75 0 2A 14 2B 149 1A 2D
Octal 222 125 165 0 52 24 53 511 32 55
Binary 10010010 1010101 1110101 0 101010 10100 101011 101001001 11010 101101

Color Harmonies of #925575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925575

Black with #925575

Text Example


Text Example

White with #925575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925575; }

 p { color: rgb(146,85,117); }

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

background-color css

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

 a { background-color: rgb(146,85,117); }

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

border-color css

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

 span { border-color: rgb(146,85,117); }

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