#925575

Color #925575 Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #925575

Tints of Strikemaster #925575

Color information

#925575 (or 0x925575) is unknown color: approx 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

RGB14685117-
CMYK00.420.200.43
HSL328.52º26.41%45.29%-
HSV(B)328.52º41.78%57.25%-
XYZ18.3113.8918.55-
YUV106.89133.71155.9-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468511700.420.200.43328.5226.4145.29
Hex92557502A142B1491a2d
Octal22212516505224535113255
Binary100100101010101111010101010101010010101110100100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>